Skip to content

Instantly share code, notes, and snippets.

@smorev
Created November 15, 2016 17:19
Show Gist options
  • Select an option

  • Save smorev/37c983dd7957641761a6b631f6dd2e8d to your computer and use it in GitHub Desktop.

Select an option

Save smorev/37c983dd7957641761a6b631f6dd2e8d to your computer and use it in GitHub Desktop.
$(".mouse-icon").click(function() {
$("html, body").animate({
scrollTop : $(".s-adv").offset().top
}, 800);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment