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

animate.css added still animation not working #199

Closed itsmekps closed 6 years ago

itsmekps commented 6 years ago

animate.css already added but still animations are not working help pls Bootstrap v3.3.7 jQuery v2.1.4

rinogo commented 4 years ago

It looks like Animate.css has been updated. I couldn't get classes like animated fadeInDown (from the bootstrap-notify docs) to work. Instead try something like the following:

animate: {
    enter: "animate__animated animate__fadeInDown",
    exit: "animate__animated animate__fadeOutUp"
}