Skip to content

Instantly share code, notes, and snippets.

@Artisan-Asad
Created April 3, 2019 06:42
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 Artisan-Asad/061a0b701f05758cb40eb6233680f5f5 to your computer and use it in GitHub Desktop.
Save Artisan-Asad/061a0b701f05758cb40eb6233680f5f5 to your computer and use it in GitHub Desktop.
$('html, body').animate({
scrollTop: $('#filter-location-name').offset().top - $('#top-header').outerHeight() - $('#main-header').outerHeight() - 10
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment