Skip to content

Instantly share code, notes, and snippets.

@Blucknote
Created June 25, 2019 06:29
Show Gist options
  • Save Blucknote/e9ef528e5120fef5d987b9254fa8dd26 to your computer and use it in GitHub Desktop.
Save Blucknote/e9ef528e5120fef5d987b9254fa8dd26 to your computer and use it in GitHub Desktop.
jquery scroll to elemant
$('html, body').animate({scrollTop: $(selector).offset().top}, 300);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment