The :animated selector selects all elements that are currently animated at the time the selector is run.
$(':animated')
Below example example illustrates the animated selector.
when the user click on the button,the color of any div that is animated will be changed