jQuery animation detect if animating?

Viewed 19666

Is their a way to detect if an element is animating or detect if values of an element is changing?

Because I need to trigger a function if an element is animating. Not onComplete of animate.

2 Answers
Related