From 80c265de598ab22b76563899312cf3c311ed6e88 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Tue, 11 Feb 2025 11:54:42 +0100 Subject: [PATCH] Updated particle canvas --- public/js/particlesjs-config.json | 6 +++--- src/components/home/BgParticles.astro | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/js/particlesjs-config.json b/public/js/particlesjs-config.json index 08b33ef..253d988 100644 --- a/public/js/particlesjs-config.json +++ b/public/js/particlesjs-config.json @@ -49,12 +49,12 @@ "enable": true, "distance": 250, "color": "#ffffff", - "opacity": 0.15, + "opacity": 0.033, "width": 1 }, "move": { "enable": true, - "speed": 2, + "speed": 1.5, "direction": "none", "random": false, "straight": false, @@ -88,7 +88,7 @@ }, "bubble": { "distance": 200, - "size": 4, + "size": 2.8, "duration": 2, "opacity": 0.3, "speed": 2 diff --git a/src/components/home/BgParticles.astro b/src/components/home/BgParticles.astro index e50bf6b..184850a 100644 --- a/src/components/home/BgParticles.astro +++ b/src/components/home/BgParticles.astro @@ -1,4 +1,4 @@ -
+