Created
July 6, 2012 09:51
-
-
Save danielmatthew/3059301 to your computer and use it in GitHub Desktop.
Smooths transitions between media query breakpoints
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
transition: all .3s ease-out; | |
-webkit-transition: all .3s ease-out; | |
-moz-transition: all .3s ease-out; | |
-o-transition: all .3s ease-out; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment