Created
May 19, 2016 16:52
-
-
Save carolina-vallejo/6fd350cdf189c2c6e8fe314551b4fbf0 to your computer and use it in GitHub Desktop.
animate-scroll
This file contains hidden or 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
$('.elemt').on('click',function(e){ | |
//e.preventDefault(e); | |
$('html,body').animate({scrollTop:0}, 600); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment