Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 16, 2015 10:09
Show Gist options
  • Save hrkd/5417778 to your computer and use it in GitHub Desktop.
Save hrkd/5417778 to your computer and use it in GitHub Desktop.
これもいちいち忘れる
var dur = 1000,
ease = "easeOutExpo";
$("hoo").animate(
{bar:0},
dur,
ease,
function(){
//callback
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment