jQuery :animated Selector

Example

Select the current animated elements:

$(':animated')

Try It Yourself

Definition and Usage

:animated selector selects all currently animated elements.

Syntax

$(':animated')