Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 28, 2018 10:48
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 charisTheo/ad4eb7d3bb0d1e5f8ed901583a475bc9 to your computer and use it in GitHub Desktop.
Save charisTheo/ad4eb7d3bb0d1e5f8ed901583a475bc9 to your computer and use it in GitHub Desktop.
Browser support for animation CSS property
-webkit-animation: /* add value */;
-moz-animation: /* add value */;
-ms-animation: /* add value */;
-o-animation: /* add value */;
animation: /* add value */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment