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