Definition
The animation
CSS property is a shorthand property for animating an element. It sets the values for all animation properties, including animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode and animation-play-state.
Syntax
animation: name duration timing-function delay iteration-count direction fill-mode play-state;