Jquery Delay Plugin


/ Published in: JavaScript
Save to your folder(s)

Allows for delay functionality in effects, etc.

$("#navpanel").delay(2000).animate({top:"-250px"}, {easing:"swing"});

URL: http://blindsignals.com/index.php/2009/07/jquery-delay/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.