Skip to content

Instantly share code, notes, and snippets.

@faddah
Created February 8, 2017 03:44
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 faddah/ceb9f5bb98b381727b50c3077ccd068d to your computer and use it in GitHub Desktop.
Save faddah/ceb9f5bb98b381727b50c3077ccd068d to your computer and use it in GitHub Desktop.
$('.top-btn').click(function(e) {
const top = $('#top')[0];
$(this).animate(
{
scrollTop: top
}, 600, 'swing', () => {console.log("going back up!")});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment