jQuery Animation — a practical guide to jQuery animation with clear examples you can reuse in real projects.
jQuery Tutorial Series (90/101). Prefer one article? Read the complete jQuery tutorial.
Short description
stop(true, true) clears the queue and jumps to end — know the flags.
Animation control
$('#box').slideDown(300).delay(500).fadeOut();
$('#box').stop(true, true);