You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
680 B

const particlesOptions = {
particles: {
number: {
value: 60,
density: {
enable: true,
value_area: 1500,
},
},
line_linked: {
enable: true,
opacity: 0.02,
},
move: {
direction: 'right',
speed: 0.05,
},
size: {
value: 1,
},
opacity: {
anim: {
enable: true,
speed: 1,
opacity_min: 0.05,
},
},
},
interactivity: {
events: {
onclick: {
enable: true,
mode: 'push',
},
},
modes: {
push: {
particles_nb: 1,
},
},
},
retina_detect: true,
};
export default particlesOptions;