Property
The shorthand property to set all longhand animation properties.
Name
Specify the name of the animation defined by @keyframes rules.
Duration
Specify how long the animation should take in 's' or 'ms'.
Timing Function
Defines speed of an animation over time. ie: linear, ease-in-out.
Delay
Defines when the animation will start after being applied.
Iteration Count
The number of times the animation will loop. (1,..., infinite)
Direction
Animation direction: normal, reverse, alternate, alternate-reverse
Name
Where the animation leaves off: none, forwards, backwards, both.