teodosii / react-notifications-component

Delightful and highly customisable React Component to notify your users
https://teodosii.github.io/react-notifications-component/
MIT License
1.27k stars 73 forks source link

Fade In animation suddenly appears instead of playing the animation #154

Closed Loque18 closed 2 years ago

Loque18 commented 2 years ago

I noticed that when you dispatch a notification using the fade in animaton it doesn't play the animation, instead it just suddenly appears, but this happens only when you dispatch the first notification, the animation plays for the others notifications, but not for the first one.

stepts to reproduce Open the demo app and go to the animation entrance section and dispatch a fade in animation image

teodosii commented 2 years ago

Thanks for reporting. It seems just the fadeIn and flipInX aren't working. Probably just a CSS thing. Not gonna investigate it anytime soon since all others work and I'm assuming it's missing a class or the name was changed.

teodosii commented 2 years ago

Fixed now! It had wrong animated__ class

Loque18 commented 2 years ago

Fixed now! It had wrong animated__ class

Thank you so much!!