animation-name
Introduction
animation-name property specifies a list of animations to apply to an element. Each name refers to an animation sequence defined by @keyframes.
Examples

Syntax
Info
Animation names are case-sensitive. The identifier must follow these naming rules, otherwise it may be treated as invalid.
Formal definition
| Initial value | none |
| Applies to | all elements |
| Inherited | no |
| Animatable | no |
Formal syntax
See also
- animation
- animation-name
- animation-duration
- animation-timing-function
- animation-delay
- animation-iteration-count
- animation-direction
- animation-fill-mode
- animation-play-state
- CSS animation event
- Animated API
Compatibility
LCD tables only load in the browser