Skip to content

Instantly share code, notes, and snippets.

@lean8086
Created September 9, 2012 02:34
Show Gist options
  • Save lean8086/3682202 to your computer and use it in GitHub Desktop.
Save lean8086/3682202 to your computer and use it in GitHub Desktop.
Formal grammar for CSS Animation shorthand
/**
* Property + initial value
*/
-webkit-animation: name:none duration:0s timing-function:ease delay:0s iteration-count:1 direction:normal fill-mode:none;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment