Skip to content

Instantly share code, notes, and snippets.

@chernysh2909
Created January 12, 2017 21:42
Show Gist options
  • Save chernysh2909/95e4333a796f9fc94255c63b22c2f9cc to your computer and use it in GitHub Desktop.
Save chernysh2909/95e4333a796f9fc94255c63b22c2f9cc to your computer and use it in GitHub Desktop.
$(".mouse-icon").click(function(){
$("html, body").animate({
scrollTop : $(".s-adv").offset().top
}, 1000);
})
//.mouse-icon - элемент на который кликаем
//.s-adv - куда скролит
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment