Skip to content

Instantly share code, notes, and snippets.

@gustavom
Created December 11, 2014 17:43
Show Gist options
  • Save gustavom/b1f5253f94f4fc642f86 to your computer and use it in GitHub Desktop.
Save gustavom/b1f5253f94f4fc642f86 to your computer and use it in GitHub Desktop.
Css transition all
-webkit-transition: all .20s linear;
-moz-transition: all .20s linear;
-ms-transition: all .20s linear;
transition: all .20s linear;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment