UNPKG

@tsparticles/configs

Version:

tsParticles demo configurations

58 lines (57 loc) 1.1 kB
const options = { key: "plasma", name: "Plasma", background: { color: { value: "#000000", }, }, particles: { number: { value: 150, density: { enable: true, }, }, color: { value: "#ffffff", }, shape: { type: "circle", }, 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, }; export default options;