I am trying to make a button animated using Animate.css (http://daneden.me/animate/).
Is it possible to have 2 classes on the same element? I would like to have fadeInUpBig happen once, then it flips infintly.
I appreciate your help, thanks!
I am trying to make a button animated using Animate.css (http://daneden.me/animate/).
Is it possible to have 2 classes on the same element? I would like to have fadeInUpBig happen once, then it flips infintly.
I appreciate your help, thanks!
Copyright © 2021 Jogjafile Inc.
Check my code: http://jsfiddle.net/alexgrcs/GuvWq/4/
I downloaded a custom build of animate.css with just these animations ("fadeInUpBig" and "flip") and declared both keyframes in the same .fullAnimation class.
Take a look at the animation instance, where one keyframe is called after the other, adding a 1 sec delay to the second one. You can find more info about this method in this article: http://www.css3files.com/animation/
Hope this helps! :)