diff --git a/css/index.scss b/css/index.scss index f705c12..5ad0d79 100644 --- a/css/index.scss +++ b/css/index.scss @@ -21,9 +21,10 @@ .animationContainer { background: rgba(102, 51, 153, 0.05); // background: #f0f0f0; - height: 100%; + height: 450px; margin-top: 50px; position: relative; + width: 100%; z-index: 0; } diff --git a/css/style.css b/css/style.css index 3ba6b7e..ccbbba7 100644 --- a/css/style.css +++ b/css/style.css @@ -25,9 +25,10 @@ body { .animationContainer { background: rgba(102, 51, 153, 0.05); - height: 100%; + height: 450px; margin-top: 50px; position: relative; + width: 100%; z-index: 0; } .particle { background-color: #555; diff --git a/index.html b/index.html index a79967f..4209dc4 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

-

Iteration 1: Organic movement at 32fps

+

Exploration 1: Organic movement at 32fps

@@ -39,6 +39,19 @@

+

+ This method can handle quite a few particles. +

+ +
+
+
+
+ +

+

Exploration 2: Grid-based vision

+

+