MCPcopy
hub / github.com/tholman/cursor-effects / addParticle

Function addParticle

src/characterCursor.js:188–190  ·  view source on GitHub ↗
(x, y, img)

Source from the content-addressed store, hash-verified

186 }
187
188 function addParticle(x, y, img) {
189 particles.push(new Particle(x, y, img));
190 }
191
192 function updateParticles() {
193 if (particles.length == 0) {

Callers 2

onTouchMoveFunction · 0.70
onMouseMoveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected