loonywizard / js-confetti

JS Confetti library that supports emojis 🦄 🎉 ⚡️
https://loonywizard.github.io/js-confetti/
MIT License
1.08k stars 45 forks source link

how to pause/stop animation? #27

Closed adnjoo closed 2 years ago

adnjoo commented 2 years ago

is there a way to pause/stop animation?

thanks.

loonywizard commented 2 years ago

Hi! currently, there is no way to pause/stop animation

In what scenario do you want to stop confetti animation?

adnjoo commented 2 years ago

Hi @loonywizard sorry my bad!

I had a jsConfetti.addConfetti() happening inside a setInterval function. I just used clearInterval to stop the confetti loop that I had created.