Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created February 6, 2014 20:09
Show Gist options
  • Save dompascal/8851665 to your computer and use it in GitHub Desktop.
Save dompascal/8851665 to your computer and use it in GitHub Desktop.
CSS - Animate media queries
*{
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment