result 0 1 - Animation Delay Property in CSS3 - Free Source Code

Animation Delay Property in CSS3 – Free Source Code

Posted on

result 0 - Animation Delay Property in CSS3 - Free Source Code

Let’s focus on, what’s a animation-delay in CSS3.

The animation-delay property specifies when the animation ought to begin.

The animation-delay worth may be outlined in seconds (s) or milliseconds (ms).

Syntax of this property:

animation-delay: time | preliminary | inherit ;

Property Values:

The time could also be laid out in both seconds (by specifying “s” because the unit) or milliseconds (by specifying “ms” because the unit). If no models are specified, seconds are assumed. (non-compulsory)

The Defaultworth is 0.

preliminary – it specifies that the worth of the property must be set to the default worth

inherit – it specifies that the worth of the property must be inherited from the guardian factor

Instance: