CSS animation-delay Property

The CSS animation-delay property allows you to specify how long the animation should wait until it starts playing.

Using the animation-delay property, you define the delay by specifying the number of seconds or milliseconds it should take before playing.

CSS Syntax

animation-delay: time|initial|inherit;

Example -