bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Animate.css animations don't work

Open rinogo opened this issue 4 years ago • 2 comments

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.

rinogo avatar Jul 24 '20 01:07 rinogo

Thank you

samirllorente avatar Oct 01 '20 02:10 samirllorente

Thanks! It works after include animate.css

RayhanYulanda avatar Oct 08 '20 12:10 RayhanYulanda