bunkerweb/ui/static/json/particles.json
2022-06-03 17:24:14 +02:00

57 lines
887 B
JSON

{
"background": {
"position": "82% 50%",
"repeat": "no-repeat",
"size": "20%"
},
"fullScreen": {
"enabled": true,
"zIndex": -1
},
"fpsLimit": 120,
"particles": {
"color": {
"value": "#40bb6b"
},
"links": {
"color": {
"value": "#ffffff"
},
"enable": true,
"opacity": 0.4
},
"move": {
"enable": true,
"path": {},
"outModes": {
"bottom": "out",
"left": "out",
"right": "out",
"top": "out"
},
"speed": 4,
"spin": {}
},
"number": {
"density": {
"enable": true
},
"value": 80
},
"opacity": {
"value": 0.5,
"animation": {}
},
"size": {
"value": {
"min": 0.1,
"max": 3
},
"animation": {}
},
"zIndex": {
"value": -1
}
}
}