@tsparticles/demo-configs
Version:
tsParticles demo configurations
68 lines (67 loc) • 1.41 kB
JSON
{
"name": "Plasma",
"background": {
"color": {
"value": "#000000"
}
},
"particles": {
"number": {
"value": 150,
"density": {
"enable": true
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 1
},
"size": {
"value": 0
},
"links": {
"enable": true,
"distance": 110,
"color": "#19f",
"opacity": 0.4,
"width": 2
},
"move": {
"enable": true,
"speed": 50,
"outModes": "bounce"
}
},
"interactivity": {
"events": {
"onHover": {
"enable": true,
"mode": "repulse"
}
},
"modes": {
"repulse": {
"distance": 150,
"duration": 0.4
}
}
},
"detectRetina": true
}