DEV Community

Matteo Bruni for tsParticles

Posted on • Updated on

tsParticles needs your help

Want to contribute to an OpenSource Project?

Here's a good first issue on tsParticles about creating a particle mouse trail.

A sample of the effect I want to create with tsParticles

The issue link is here: https://github.com/matteobruni/tsparticles/issues/401

Issue Text

I created a sample on CodePen with a mouse trail. It has parameters like qty (spawn quantity), delay (spawn delay) that will be configured in interactivity.modes section. Other parameters like speed will be replaced from existing values of particles.

The event/mode will be trail with quantity, delay, particles. The first two properties have number type, particles will be the same object as particles in root options object for overrides.

https://codepen.io/matteobruni/pen/abdpbBY

Top comments (0)