back

Animation-Delay

This is used to specify when the animation should start. A negative value means the animation will start part way through the animation.
For example, a value of 3 means the animation will wait 3 seconds and then start.
A value of -3 means the animation will start 3 seconds into the animation.

The option is:
(1) Time, the time in seconds (s) or milliseconds (ms) to wait before starting.

For maximum browser support, you should use the following prefixes:
(1) animation-delay:
(2) -webkit-animation-delay:

Example