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


You need to login to view comments.