From 7940e7c05a8ffd4a58531a6e2af4b0100894b04b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominique=20J=C3=BCrgensen?= <mail@dominiq.eu>
Date: Sat, 25 Dec 2021 22:15:08 +0100
Subject: [PATCH] Some particle adjustments

---
 src/parallax-css-testpage/template.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/parallax-css-testpage/template.html b/src/parallax-css-testpage/template.html
index 76bcb7cd4..4e26a8770 100644
--- a/src/parallax-css-testpage/template.html
+++ b/src/parallax-css-testpage/template.html
@@ -90,15 +90,15 @@
                 // rendering height and it's the anchor to get the y offset
                 // to simulate scrolling.
                 contentId: 'content',
-                fps: 30,
-                depth: 2,
+                fps: 24,
+                depth: 2.5,
             },
             particles: {
-                amount: 100,
+                amount: 50,
                 color: 'white',
-                size: 30,
+                size: 40,
                 speed: 0.5,
-                lifespan: 3000 // in milliseconds
+                lifespan: 12000 // in milliseconds
             }
         }
         var bgParticleConfig = {
@@ -109,15 +109,15 @@
                 // rendering height and it's the anchor to get the y offset
                 // to simulate scrolling.
                 contentId: 'content',
-                fps: 16,
+                fps: 14,
                 depth: 0.08,
             },
             particles: {
-                amount: 200,
+                amount: 150,
                 color: 'white',
-                size: 10,
+                size: 7,
                 speed: 0.2,
-                lifespan: 4000 // in milliseconds
+                lifespan: 8000 // in milliseconds
             }
         }
 
-- 
GitLab