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