CSS animation Property

The animation property is a shorthand property for:

Note: Always specify the animation-duration property, otherwise the duration is 0, and will never be played.

Syntax

The syntax of the property is given with:

animation: name duration timing-function delay iteration-count direction fill-mode play-state;

Example -