Skip to content

Instantly share code, notes, and snippets.

@KarasAlina
Created October 24, 2017 12:15
Show Gist options
  • Save KarasAlina/02e01cb1162e76c1381a87179acd2ca1 to your computer and use it in GitHub Desktop.
Save KarasAlina/02e01cb1162e76c1381a87179acd2ca1 to your computer and use it in GitHub Desktop.
$(document).on('click', '.link-scroll', function () {
var a = $($(this).attr('href'));
return $("html, body").animate({
scrollTop: a.offset().top - 20
}, 500);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment