This article was originally published at https://www.blog.duomly.com/how-to-use-animate-css-tutorial-with-examples/
A few years ago, I was work...
For further actions, you may consider blocking this person and/or reporting abuse
Nice!.. By the way, v4.0 has been released and they are now an organization.
GIthub: github.com/animate-css
Docs: animate.style/
+1 was about to say, used animate.css a while ago and was surprised to see the changes now
Buena información :D
Ya me suscribí a tu canal de YouTube 😄 and I will learn english too 😁
One more point.
Clicking or hovering the mouse should trigger the animation. Use the class add operator. After animation, remove this class. How to find out the animation is over. I use the el.addEventListener("animationend", () => { //del class// }); function for this. I found information about this here:
profi.spage.me/css/use-css-library...
I LOVE this library. I've used it for 90% of my projects so far!
Thanks for you write a beautiful article, it's very very helpful.