Closed aleho closed 1 year ago
Using animate.css a configuration like the following is broken. Exit animations just don't do what they're supposed to, in this example the notification just disappears after the animation duration.
animate: { enter: 'animated slideInRight', exit: 'animated fadeOutUp' }
This is caused by a mixture of effects (slide, fade) which seem to conflict with each other.
Thanks, I will look into including your pull request. Good catch!
Using animate.css a configuration like the following is broken. Exit animations just don't do what they're supposed to, in this example the notification just disappears after the animation duration.
This is caused by a mixture of effects (slide, fade) which seem to conflict with each other.