Created
July 8, 2015 02:07
-
-
Save hothanhan/83abad07f935ac80c643 to your computer and use it in GitHub Desktop.
CSS transitions & media queries
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
body { | |
transition:all .2s linear; | |
-o-transition:all .2s linear; | |
-moz-transition:all .2s linear; | |
-webkit-transition:all .2s linear; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment