UNPKG

@tsparticles/demo-configs

Version:

tsParticles demo configurations

70 lines (69 loc) 1.54 kB
{ "name": "Virus", "interactivity": { "events": { "onClick": { "enable": true, "mode": "push" }, "onHover": { "enable": true, "mode": "bubble" } }, "modes": { "bubble": { "distance": 400, "duration": 2, "opacity": 0.8, "size": 40 }, "push": { "quantity": 4 } } }, "particles": { "color": { "value": "#ffffff" }, "links": { "color": "#323031", "distance": 150, "enable": false, "opacity": 0.4, "width": 1 }, "move": { "enable": true, "outModes": "bounce", "speed": 6 }, "number": { "density": { "enable": true }, "value": 170 }, "opacity": { "value": 0.5 }, "shape": { "options": { "image": { "height": 32, "replace_color": true, "src": "https://particles.js.org/images/sars-cov-2.png", "width": 32 } }, "type": "image" }, "size": { "value": 16 } }, "background": { "color": "#323031" } }