Created
June 26, 2013 17:43
-
-
Save cynazem/5869587 to your computer and use it in GitHub Desktop.
css GENERAL transitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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