How to use .delay() for animation


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



Copy this code and paste it in your HTML
  1. $('#myJaw').slideUp(300).delay(800).fadeIn(400);
  2.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.