canvas-confetti icon indicating copy to clipboard operation
canvas-confetti copied to clipboard

🎉 performant confetti animation in the browser

Results 45 canvas-confetti issues
Sort by recently updated
recently updated
newest added

Scroll to the top button added, for better user experience. https://github.com/catdad/canvas-confetti/assets/20722868/7d208b35-e04a-4dc5-8e16-3f9e9ddea8fb

It would be nice to be able to change the opacity of confetti. I've been changing `ticks` to make the confetti opaque for longer, but I was thinking that being...

good first issue

Have there been any issues with slow loading and slow loading in your project after introducing canvas confetti? If so, how was it resolved?

info needed

Currently the code is as follows: `var TIME = Math.floor(1000 / 60);` Which results in a CPU usage of ~100%. Setting TIME to, e.g. Math.floor(1000 / 30), reduces the CPU...

info needed

Hello Kiril, I'm using canvas-confetti on a website. It was incredible. However, I'm having difficulty getting it to work on tablet and mobile. As I don't have much experience, I...

Hey Catdad, First off, thank you for this package. It has saved so much time! I have a small feature request. I'd like to have some 2D confetti using the...

The README mentions that the `disableForReducedMotion` option is disabled by default. Why? I don't understand why you would ever override the accessibility preferences a user has set in their own...

I have a requirement to develop a web app to run on TVs in portrait, but the web app running is a landscape and by the user's view it is...

question

After confetti starts, Chrome just freezes with no response for a couple of seconds. then gets back to normal. There is no error message or anything. My code is like...

Hi we've had reports on latest Chrome / Edge of the confetti sometimes getting stuck. Screenshot below Below is how we call confetti with the only dynamic config being the...