Skip to content

Instantly share code, notes, and snippets.

@cynazem
Created June 26, 2013 17:43
Show Gist options
  • Save cynazem/5869587 to your computer and use it in GitHub Desktop.
Save cynazem/5869587 to your computer and use it in GitHub Desktop.
css GENERAL transitions
a, li, label, article, tr, span, input, select, textarea, .actions {
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment