Created
October 28, 2018 10:48
-
-
Save charisTheo/ad4eb7d3bb0d1e5f8ed901583a475bc9 to your computer and use it in GitHub Desktop.
Browser support for animation CSS property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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