mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 641 forks source link

Mixed animations broken with animate.css #188

Closed aleho closed 1 year ago

aleho commented 6 years 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.

mouse0270 commented 6 years ago

Thanks, I will look into including your pull request. Good catch!