Created
November 15, 2016 17:19
-
-
Save smorev/37c983dd7957641761a6b631f6dd2e8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(".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