Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

transition-delay.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

transition-delay

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

Values

<time>
Denotes the amount of time to wait between a property's value changing and the start of the transition effect.

Examples

transition-delay="3s"
transition-delay="2s, 4ms"