mouse0270 / bootstrap-notify

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

Animate.css animations don't work #221

Open rinogo opened 4 years ago

rinogo commented 4 years ago

The docs say we should use animation classes like animated fadeInDown. I couldn't get this to work even once I had included Animate.css in my project. However, I was able to get the following to work:

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

I believe the docs simply need to be updated to reflect this new format.

samirllorente commented 3 years ago

Thank you

RayhanYulanda commented 3 years ago

Thanks! It works after include animate.css