Skip to content

Instantly share code, notes, and snippets.

@myleshyson
Created September 22, 2015 14:25
Show Gist options
  • Save myleshyson/7081cbded57a2651bd9c to your computer and use it in GitHub Desktop.
Save myleshyson/7081cbded57a2651bd9c to your computer and use it in GitHub Desktop.
Scroll Button Probs
$("#scroll").click(function(){
$(this).preventDefault;
$('html,body').animate({
scrollTop: $(".scroll-down").offset().top
}, 1000)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment