Stuck confetti

Author: rssfrncsCreated Jul 18, 2024Updated Apr 4, 2026

Hi we've had reports on latest Chrome / Edge of the confetti sometimes getting stuck.

Screenshot below

image

Below is how we call confetti with the only dynamic config being the origin so we can place it on the screen.

typescript

confetti({
          particleCount: 30,
          spread: 360,
          decay: 0.65,
          gravity: 0.1,
          startVelocity: 30,
          ticks: 40,
          drift: 0,
          disableForReducedMotion: true,
          origin: coords
});