mirror of https://gitlab.com/ecentrics/concordia
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.
32 lines
501 B
32 lines
501 B
const particlesOptions = {
|
|
particles: {
|
|
number: {
|
|
value: 120,
|
|
density: {
|
|
enable: true,
|
|
value_area: 1500,
|
|
},
|
|
},
|
|
line_linked: {
|
|
enable: true,
|
|
opacity: 0.06,
|
|
},
|
|
move: {
|
|
direction: 'none',
|
|
speed: 0.12,
|
|
},
|
|
size: {
|
|
value: 1.6,
|
|
},
|
|
opacity: {
|
|
anim: {
|
|
enable: true,
|
|
speed: 0.6,
|
|
opacity_min: 0.05,
|
|
},
|
|
},
|
|
},
|
|
retina_detect: true,
|
|
};
|
|
|
|
export default particlesOptions;
|
|
|