Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created June 2, 2014 13:55
Show Gist options
  • Save marceloag/49794cbbb86247333a77 to your computer and use it in GitHub Desktop.
Save marceloag/49794cbbb86247333a77 to your computer and use it in GitHub Desktop.
compass transition
@include transition-property(width);
@include transition-duration(2s);
@include transition-timing-function(ease-in);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment