Created
March 1, 2012 19:11
-
-
Save varemenos/1952393 to your computer and use it in GitHub Desktop.
jQuery - Back to Top
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function resetFunction(){ | |
$('html, body').animate({scrollTop:0}, 1500, 'easeOutQuint'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment