Created
November 13, 2011 22:49
-
-
Save gonzedge/1362862 to your computer and use it in GitHub Desktop.
The jQuery 1.7 .animate() method and percentages
This file contains 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
slice.animate { height: "#{slider.height()}px", opacity: '1.0' }, settings.speed |
This file contains 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
slice.animate { height: '100%', opacity: '1.0' }, settings.speed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment