Skip to content

Instantly share code, notes, and snippets.

@carolina-vallejo
Created May 19, 2016 16:52
Show Gist options
  • Save carolina-vallejo/6fd350cdf189c2c6e8fe314551b4fbf0 to your computer and use it in GitHub Desktop.
Save carolina-vallejo/6fd350cdf189c2c6e8fe314551b4fbf0 to your computer and use it in GitHub Desktop.
animate-scroll
$('.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