Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 12, 2014 19:21
Show Gist options
  • Save carlosrojaso/2fb356bfd72927469995 to your computer and use it in GitHub Desktop.
Save carlosrojaso/2fb356bfd72927469995 to your computer and use it in GitHub Desktop.
CSS3 Transitions
#div1
{
-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
transition: width 2s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment