Skip to content

Instantly share code, notes, and snippets.

@rayets123
Created February 1, 2016 17:30
Show Gist options
  • Save rayets123/24610eb6c8c955d24d2d to your computer and use it in GitHub Desktop.
Save rayets123/24610eb6c8c955d24d2d to your computer and use it in GitHub Desktop.
scroll
// $(".arrow_down").click(function () {
// $(".online").animate( {
// scrollTop : "1000"
// } , 800 , 'easeInOutCubic' );
// return false;
// });
// $(".arrow_up").click(function () {
// $(".online").animate( {
// scrollTop : "-1000"
// } , 800 , 'easeInOutCubic' );
// return false;
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment