@keyframes (CSS3)

@keyframes lets authors control the intermediate steps in a CSS animation sequence by establishing keyframes (or waypoints) along the animation sequence that must be reached by certain points during the animation.

Syntax

@keyframes name { keyframes-selector {css-styles;} }

Examples having uses of: '@keyframes'