CSS property: -webkit-animation
    Description
Combines common animation properties into a single property.
Refer to the respective property for details of each property and default values.
Syntax
-webkit-animation: <name> <duration> <timing_function> <delay> <iteration_count> <direction> [, ... ];
Values
- <name>
- The name of the animation. 
- <duration>
- Specifies the length of time that an animation takes to complete one iteration. 
- <timing_function>
- Defines how an animation progresses between keyframes. 
- <delay>
- Defines when an animation starts. 
- <iteration_count>
- Specifies the number of times an animation iterates. 
- <direction>
- Determines whether the animation should play in reverse on alternate iterations.