THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

jQuery :animated Selector

jQuery Selectors jQuery Selectors

Example

Select any element that is currently animated:

$(":animated")
Try it yourself »

Definition and Usage

The :animated selector selects all elements that are currently animated.


Syntax

$(":animated")

jQuery Selectors jQuery Selectors