Skip to content

Instantly share code, notes, and snippets.

@murilopolese
Created December 2, 2014 15:58
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 murilopolese/895a2e41dbb51b928065 to your computer and use it in GitHub Desktop.
Save murilopolese/895a2e41dbb51b928065 to your computer and use it in GitHub Desktop.
JQuery Page Scroll
var body = $("html, body");
body.animate({scrollTop:0}, '500', 'swing', function() {
alert("Finished animating");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment