Easy Tutorial
❮ Pr Pos Z Index Pr Text Direction ❯

CSS3 transition-delay Property

Example

Wait 2 seconds before the transition effect starts:


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Numbers followed by -webkit-, -ms-, or -moz- specify the first version that worked with a prefix.

Property
transition-delay 26.0 <br>4.0 -webkit- 10.0 16.0 <br>4.0 -moz- 6.1 <br>3.1 -webkit- 12.1 <br>10.5 -o-

Property Definition and Usage

The transition-delay property specifies when the transition effect will start.

The transition-delay value is defined in seconds (s) or milliseconds (ms).

Default value: 0
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.transitionDelay="2s"
--- ---

Syntax

Value Description
time Specifies the number of seconds or milliseconds to wait before the transition effect starts
❮ Pr Pos Z Index Pr Text Direction ❯