Skip to content

Instantly share code, notes, and snippets.

@fhdalikhan
Created October 11, 2020 22:11
Show Gist options
  • Save fhdalikhan/fad1d63dec1615fb068d2a5c4cf0311b to your computer and use it in GitHub Desktop.
Save fhdalikhan/fad1d63dec1615fb068d2a5c4cf0311b to your computer and use it in GitHub Desktop.
For scrolling to the destination offset on document.ready
$(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