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