transitionDuration

The transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

Syntax: <time>#

Initial value: 0s

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

See also