Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created December 10, 2010 06:01
Show Gist options
  • Select an option

  • Save Lobstrosity/735847 to your computer and use it in GitHub Desktop.

Select an option

Save Lobstrosity/735847 to your computer and use it in GitHub Desktop.
#wrapper
{
-webkit-transition: width 0.2s ease-in-out;
-moz-transition: width 0.2s ease-in-out;
-o-transition: width 0.2s ease-in-out;
transition: width 0.2s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment