back

Transition-Duration

This is used to specify how long a transition should take.

Its option is:
(1) Time, the time in seconds (s) or milliseconds (ms) the transition should last.

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

Example