Updated particle canvas
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user