Created
November 5, 2013 14:47
-
-
Save tjhole/7320132 to your computer and use it in GitHub Desktop.
CSS: transition all ease-in-out
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 1s ease-in-out; | |
-moz-transition: all 1s ease-in-out; | |
-o-transition: all 1s ease-in-out; | |
transition: all 1s ease-in-out; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment