Last active
January 9, 2018 13:12
-
-
Save micc83/c892fa5ca8f00d1d8fdf6cabc836980d to your computer and use it in GitHub Desktop.
jQuery scrollTo implementation
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
$('html, body').animate({ | |
scrollTop: $("#target-element").offset().top | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment