alampros / react-confetti

Confetti without the cleanup.
http://alampros.github.io/react-confetti/
MIT License
1.51k stars 99 forks source link

Exploding effect #129

Closed jahirfiquitiva closed 2 years ago

jahirfiquitiva commented 2 years ago

Hi

I am wondering if you could help me or guide me on how I can achieve an exploding effect similar to the one shown in this StoryBook

Thanks in advance!

MattHalloran commented 2 years ago

@jahirfiquitiva Did you ever figure this out? I would like to do the same thing.

jahirfiquitiva commented 2 years ago

@MattHalloran unfortunately no, I couldn't find a way to do it 😕

alampros commented 2 years ago

Sorry for the delayed response. Off the top of my head, I would start by trying to animate the confettiSource property. I would probably reach for framer/motion or react-spring to handle the animation nicely.

Good luck!