Hi, I was playing around with the library using the following options:
tsParticles
.load("tsparticles", {
fpsLimit: 30,
interactivity: {
detectsOn: "canvas",
events: { resize: true }
},
particles: {
links: {
color: "#ff0000",
distance: 100,
enable: true,
opacity: 1,
width: 0,
triangles: {
enable: true,
color: {
value: ['#000000', '#333333', '#666666', '#999999', '#bbbbbb', '#eeeeee']
},
opacity: 1
}
},
number: { value: 80 },
move: {
enable: true
},
opacity: {
value: 1
},
size: {
value: 0
}
},
retina_detect: true
});
The goal is to show grayscale triangles and hide particles and links. I'm seeing a few issues, which might be bugs, feature requests or just questions - not sure:
To reproduce you can start from https://codepen.io/matteobruni/pen/QWyGMxZ and just replace JS.
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
Hi @natario1,
The color animation on triangles is currently not supported but I can plan it for a future release.
About the far away triangle, I'll have a look as soon as possible, and the width 0 link seems a bug too.
Thanks, and thank you for your work!
Except for color animation now the issues are fixed. 1.18.1 version is available with the fixes