Wait 2 seconds before the transition effect starts:
![]()
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.
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" |
| Value | Description |
|---|---|
| time | Specifies the number of seconds or milliseconds to wait before the transition effect will start |
Your message has been sent to W3Schools.