UNPKG

@tsparticles/demo-configs

Version:

tsParticles demo configurations

65 lines (64 loc) 1.39 kB
{ "name": "React Defaults", "particles": { "number": { "value": 40, "max": -1 }, "color": { "value": "#FFF" }, "shape": { "type": "circle", "stroke": { "width": 0, "color": "#000000" }, "polygon": { "nb_sides": 5 }, "image": { "src": "", "width": 100, "height": 100 } }, "opacity": { "value": { "min": 0.1, "max": 0.5 }, "animation": { "enable": true, "speed": 1, "sync": false } }, "size": { "value": 1 }, "links": { "enable": true, "distance": 150, "color": "#FFF", "opacity": 0.6, "width": 1, "shadow": { "enable": false, "blur": 5, "color": "lime" } }, "move": { "enable": true, "speed": 3, "outModes": "bounce" }, "collisions": { "enable": true } }, "background": { "color": "#0d47a1" } }