From cacb41cdcd9d89e3ca46116da537ab672cbce745 Mon Sep 17 00:00:00 2001 From: QuiteAFancyEmerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:50:08 -0700 Subject: [PATCH] slower particles because bruh --- views/assets/js/particlesjs/particles.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/assets/js/particlesjs/particles.js b/views/assets/js/particlesjs/particles.js index b8403e46..38ee95a3 100644 --- a/views/assets/js/particlesjs/particles.js +++ b/views/assets/js/particlesjs/particles.js @@ -26,7 +26,7 @@ }, move: { enable: true, - speed: 2, + speed: 0.8, direction: "none", outModes: { default: "out", @@ -43,7 +43,7 @@ value: { min: 0.1, max: 0.5 }, animation: { enable: true, - speed: 3, + speed: 0.5, sync: false, }, }, @@ -54,7 +54,7 @@ value: { min: 1, max: 5 }, animation: { enable: true, - speed: 5, + speed: 0.5, sync: false, }, },