I use a series of CSS3 transitions, but for older processes using JQuery UI, a class is added and removed.
The jQuery UI animations addClass are fully functional. JQuery UI removeClass, however, is not animated, they are instead delayed for the duration of the animation, and then move on to the attributes of the previous class.
$('.box').addClass('adds', 800); ANIMATING CORRECTLY $('.box').removeClass('adds', 800); NOT ANIMATING AT ALL .box { background:
I created a violin, but for some reason this violin does nothing, I don’t know why. http://jsfiddle.net/aA9LN/4/
Any ideas?
Wonderful
source share