Skip to content

Instantly share code, notes, and snippets.

@saki007ster
Created September 3, 2013 05:23
Show Gist options
  • Save saki007ster/6419973 to your computer and use it in GitHub Desktop.
Save saki007ster/6419973 to your computer and use it in GitHub Desktop.
@mixin transition($transition:all 0.2s) {
-ms-transition:$transition; // IE10+
-o-transition:$transition; // Opera
-moz-transition:$transition; // Firefox
-webkit-transition:$transition; // Webkit (Safari, Chrome, other)
transition:$transition;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment