views:

28

answers:

1

I'd like to check if an element is being animated currently, something like $(...).is(':animated'). Does this exist?

+4  A: 

Yes it exists - http://api.jquery.com/animated-selector/

Ivo Sabev