the whole page has the global
jQuery.fx.off = 128
which removes the jquery animation.
setting
jQuery.fx.off = 0
restores the animation, my question is is there any way to restore the animation of just ONE html element?
I have tried to see if the jquery object of one element has any methods for this but have not found anything.