Skip to content

Instantly share code, notes, and snippets.

@hothanhan
Created July 8, 2015 02:07
Show Gist options
  • Save hothanhan/83abad07f935ac80c643 to your computer and use it in GitHub Desktop.
Save hothanhan/83abad07f935ac80c643 to your computer and use it in GitHub Desktop.
CSS transitions & media queries
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