Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created November 13, 2011 22:49
Show Gist options
  • Save gonzedge/1362862 to your computer and use it in GitHub Desktop.
Save gonzedge/1362862 to your computer and use it in GitHub Desktop.
The jQuery 1.7 .animate() method and percentages
slice.animate { height: "#{slider.height()}px", opacity: '1.0' }, settings.speed
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