transitionDelay

The transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes.

Syntax: <time>#

Initial value: 0s

| Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :-----: | :-----: | :-----: | :----: | :----: |
|   26    |   16    |    9    |   12   |   10   |
|    1′   |         |    4′   |        |        |

See also