Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
jQuery

jQuery Animation

Queue and control animations with delay, stop, and finish.

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);

Leave a reply

Your email address will not be published. Required fields are marked *