Skip to content

Instantly share code, notes, and snippets.

@vergissberlin
Created November 7, 2014 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vergissberlin/5882f08d12ed89dca109 to your computer and use it in GitHub Desktop.
Save vergissberlin/5882f08d12ed89dca109 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@import "compass/css3";
.element {
@include transition-property(width);
@include transition-duration(.5s);
}
.element {
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment