back

Transition-Delay

This is used to specify when the transition should start.

Its option is:
(1) Time, the time in seconds (s) or milliseconds (ms) to wait before starting.

For maximum browser support, you should use the following prefixes:
(1) transition-delay:
(2) -webkit-transition-delay:

Example