Reputation: 5907
I'd like to check if an element is being animated currently, something like $(...).is(':animated'). Does this exist?
$(...).is(':animated')
Upvotes: 1
Views: 717
Reputation: 5240
Yes it exists - http://api.jquery.com/animated-selector/
Upvotes: 4