Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Created June 23, 2015 02:32
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 LarryMatte/0255a016d01094d6d1d4 to your computer and use it in GitHub Desktop.
Save LarryMatte/0255a016d01094d6d1d4 to your computer and use it in GitHub Desktop.
In the animation.gss you can find the animation-delay property mixin
@defmixin animation_delay(DELAY) {
-webkit-animation-delay: DELAY;
-moz-animation-delay: DELAY;
-o-animation-delay: DELAY;
animation-delay: DELAY;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment