![]() |
VOOZH | about |
The CSS transition-delay property specifies the amount of time to wait before a transition effect starts. It allows you to delay the beginning of a transition after a property value changes.
Syntax:
transition-delay: time | initial | inherit;Here are some examples discussed:
Example 1: Using the transition-delay: time property.
Example 2: Using the transition-delay: initial property.
Example 3: Using transition-delay: inherit property.
Note: The default value for the transition-delay property is zero.