Master Morality
Master Morality

Reputation: 5907

jQuery : check in an element is being animated

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

Upvotes: 1

Views: 717

Answers (1)

Ivo Sabev
Ivo Sabev

Reputation: 5240

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

Upvotes: 4

Related Questions