Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created October 29, 2013 13:27
Show Gist options
  • Save steppefox/7214606 to your computer and use it in GitHub Desktop.
Save steppefox/7214606 to your computer and use it in GitHub Desktop.
CSS3 Little snippet for transitions
-webkit-transition: all 100ms;
-moz-transition: all 100ms;
-ms-transition: all 100ms;
-o-transition: all 100ms;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment