This property defines a list of animations that apply. The initial value is 'none'.
Values for "animation-name"
CSS Level | Value |
CSS Animations Level 1 | "[ none | <keyframes-name> ]#", where <keyframes-name> = "<custom-ident> | <string>" |
Notes
- So that animations work in major browsers, be sure to use the "animation-name" property and the equivalent proprietary properties like "-moz-animation-name", "-o-animation-name", and "-webkit-animation-name" ("-ms-animation-name" is not needed).
Recommended Links
Search Engine Links (for more information)