We use cookies to improve your experience. Learn more in our Privacy policy.
animation-name
The names of one or more @keyframes rules describing the animation or animations to apply to the element are specified by this CSS property.
Example
Initial value | none |
Applies to | all elements, ::before and ::after pseudo-elements |
Syntax
animation-name: slide;
Values
No keyframes.
A user defined name representing the keyframes to get applied to the target element's animation.
Browser support
animation-name | 1 | 1 | 3.5 | 1 | 12 | 3 |