Created
February 17, 2014 07:46
-
-
Save eklimcz-zz/9046438 to your computer and use it in GitHub Desktop.
CSS Transition
This file contains 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
-moz-transition:all .15s ease-out; | |
-o-transition:all .15s ease-out; | |
-webkit-transition:all .15s ease-out; | |
transition:all .15s ease-out; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment