Skip to content

Instantly share code, notes, and snippets.

@kyo-ago
Created August 11, 2010 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyo-ago/518516 to your computer and use it in GitHub Desktop.
Save kyo-ago/518516 to your computer and use it in GitHub Desktop.
逐次実行
$('#hoge1').delay(700).fadeIn(500, function () {
$('#hoge2').delay(700).fadeIn(500, function () {
$('#hoge3').delay(700).fadeIn(500);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment