bunkerweb 1.4.0
This commit is contained in:
56
ui/static/json/particles.json
Normal file
56
ui/static/json/particles.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user