Guest User

Untitled

a guest
Apr 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Why does the show below happen WHILE the animation
  2. // is running, rather than after?
  3. jQuery(this)
  4. .animate({top: 0},400)
  5. .animate({left: 0},800)
  6. .children(".client-desc").show();
Add Comment
Please, Sign In to add comment