Updated particle canvas

This commit is contained in:
Alexis
2025-02-11 11:54:42 +01:00
parent 54b7989db8
commit 80c265de59
2 changed files with 4 additions and 4 deletions

View File

@@ -49,12 +49,12 @@
"enable": true, "enable": true,
"distance": 250, "distance": 250,
"color": "#ffffff", "color": "#ffffff",
"opacity": 0.15, "opacity": 0.033,
"width": 1 "width": 1
}, },
"move": { "move": {
"enable": true, "enable": true,
"speed": 2, "speed": 1.5,
"direction": "none", "direction": "none",
"random": false, "random": false,
"straight": false, "straight": false,
@@ -88,7 +88,7 @@
}, },
"bubble": { "bubble": {
"distance": 200, "distance": 200,
"size": 4, "size": 2.8,
"duration": 2, "duration": 2,
"opacity": 0.3, "opacity": 0.3,
"speed": 2 "speed": 2

View File

@@ -1,4 +1,4 @@
<div class="wrapper h-full w-full absolute inset-0 isolate -z-10 opacity-75"> <div class="wrapper h-full w-full absolute inset-0 isolate -z-10 opacity-90">
<div id="particles" class="h-full w-full absolute inset-0 -z-20"></div> <div id="particles" class="h-full w-full absolute inset-0 -z-20"></div>
</div> </div>