Search w3schools.com:

SHARE THIS PAGE

CSS Reference

CSS Reference CSS Selectors CSS Reference Aural CSS Web Safe Fonts CSS Units CSS Colors CSS Color Values CSS Color Names CSS Color HEX CSS3 Browser Support

CSS Properties

CSS3 transition-delay Property


Example

Wait 2 seconds before the transition effect starts:

transition-delay: 2s;
-webkit-transition-delay: 2s; /* Safari */

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The transition-delay property is supported in Internet Explorer 10, Firefox, Opera, and Chrome.

Safari supports an alternative, the -webkit-transition-delay property.

Note: The transition-delay property is not supported in Internet Explorer 9 and earlier versions.


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

transition-delay: time;

Value Description
time Specifies the number of seconds or milliseconds to wait before the transition effect will start



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]