Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created January 13, 2015 12:53
Show Gist options
  • Save marceloag/fa618942bb1d12efe6a5 to your computer and use it in GitHub Desktop.
Save marceloag/fa618942bb1d12efe6a5 to your computer and use it in GitHub Desktop.
Animation Compass
@include transition-property(all);
@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