Easy Tutorial
❮ Prop Element Scrollwidth Prop Document Stricterrorchecking ❯

Style transitionDelay Property

Style Object

Example

Wait 2 seconds before the transition effect starts:


Definition and Usage

The transitionDelay property specifies when the transition effect will start.

The transitionDelay value is measured in seconds (s) or milliseconds (ms).


Browser Support

Internet Explorer 10, Firefox, Opera, and Chrome support the transitionDelay property.

Safari supports an alternative property, WebkitTransitionDelay.


Syntax

Return the transitionDelay property:

Set the transitionDelay property:

Property Values

Value Description
time Specifies the time to wait before the transition effect starts, in seconds or milliseconds.
initial Sets this property to its default value. See initial
inherit Inherits this property from its parent element. See inherit

Technical Details

Default value: 0
Return value: String, representing the transition-delay property of the element.
--- ---
CSS version CSS3
--- ---

Related Articles

CSS Reference: transition-delay Property


Style Object

❮ Prop Element Scrollwidth Prop Document Stricterrorchecking ❯