mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-19 02:20:35 +01:00
2
known issues
Indy Prieto edited this page 2015-05-02 12:04:42 -05:00
#known issues
issue:
I'm trying to reintroduce an animation, but once I've run the animation the first time, the second time it does
not work.
answer:
use a libary(in this example,mootools) Inside the script to fire the event:
setTimeout(function() {$('/*element's ID that had the animations*/').erase('class')},/*event animation(s total) duratation in miliseconds go here*/)
issue:
pulse moves non-width defined div elements off the page
answer:
use this css: display: inline-block