HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

animation-delay

Description

The animation-delay property for CSS defines when the animation will start.

Syntax

CSS

animation-delay: value;

JS

object.style.animationDelay = "value";

Values

<'animation-delay'> = <time>#
<time>

Defines how long of a delay there is between the start of the animation and when it begins executing.

ms

Milliseconds. There are 1000 milliseconds in 1 second.

s

Seconds.

Initial

0s

Examples

1 · time · ms

2 · time · s

3 · JS