Created
November 17, 2010 20:12
-
-
Save aaronmcadam/703985 to your computer and use it in GitHub Desktop.
little snippet to animate scroll bars back up to a point on the page
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
| $("html,body").animate({ scrollTop : $(".tabs").offset().top - 5 }, 500); // smoothly animate scrollbar back up to the tabs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment