SyntaxFix
Write A Post
Hire A Developer
Questions
How about .delay() ?
.delay()
http://api.jquery.com/delay/
$("#test").animate({"top":"-=80px"},1500) .delay(1000) .animate({"opacity":"0"},500);