jQuery chaining animations is explained with example and demo.
jQuery chaining animations example and code
In the example we going to add chaining animations in the divs
<div id="t1">First Div</div> <div id="t2">Second Div</div> <div id="t3">Third Div</div>