Created
October 11, 2020 22:11
-
-
Save fhdalikhan/fad1d63dec1615fb068d2a5c4cf0311b to your computer and use it in GitHub Desktop.
For scrolling to the destination offset on document.ready
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
$(document).ready(function() { | |
$('body,html').animate({scrollTop: 550}, 1500); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment