messing with particle settings

This commit is contained in:
czmj 2017-09-22 13:54:00 +01:00
parent 396e7b4574
commit f911c29003
1 changed files with 7 additions and 7 deletions

View File

@ -107,10 +107,10 @@
particlesJS('banner', {
"particles": {
"number": {
"value": 250,
"value": 200,
"density": {
"enable": false,
"value_area": 1122.388442605866
"value_area": 1000
}
},
"color": {
@ -132,7 +132,7 @@
}
},
"opacity": {
"value": 0.5,
"value": 0.3,
"random": true,
"anim": {
"enable": true,
@ -153,18 +153,18 @@
},
"line_linked": {
"enable": true,
"distance": 150,
"distance": 200,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 2,
"speed": 4,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"out_mode": "bounce",
"bounce": false,
"attract": {
"enable": true,
@ -184,7 +184,7 @@
"enable": true,
"mode": "push"
},
"resize": true
"resize": false
},
"modes": {
"grab": {