Created
July 10, 2014 11:39
-
-
Save tjhole/2d9703283af47e856394 to your computer and use it in GitHub Desktop.
CSS: 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
-webkit-transition: all 500ms ease-out 1s; | |
-moz-transition: all 500ms ease-out 1s; | |
-o-transition: all 500ms ease-out 1s; | |
transition: all 500ms ease-out 1s; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment