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 ininteractivity.modes
section. Other parameters likespeed
will be replaced from existing values of particles.The event/mode will be
trail
withquantity
,delay
,particles
. The first two properties havenumber
type,particles
will be the same object asparticles
in root options object for overrides.
Top comments (0)