@tsparticles/demo-configs
Version:
tsParticles demo configurations
54 lines (53 loc) • 1.08 kB
JSON
{
"name": "Planes",
"interactivity": {
"events": {
"onClick": {
"enable": true,
"mode": "push"
}
},
"modes": {
"push": {
"quantity": 4
}
}
},
"particles": {
"color": {
"value": "#ffffff"
},
"move": {
"enable": true,
"speed": 6
},
"number": {
"density": {
"enable": true
},
"value": 80
},
"rotate": {
"value": 45,
"path": true
},
"opacity": {
"value": 1
},
"shape": {
"image": {
"height": 128,
"src": "https://particles.js.org/images/plane_alt.png",
"width": 128
},
"type": "image"
},
"size": {
"value": {
"min": 16,
"max": 32
}
}
},
"detectRetina": true
}