To delay the start of a transition, you'd use the ________ property.
- transition-delay
- transition-duration
- transition-property
- transition-timing-function
In CSS transitions, the "transition-delay" property is used to introduce a delay before the transition begins. This allows you to control when the transition effect starts after a triggering event, such as a hover or click.
Loading...
Related Quiz
- How does the SMACSS methodology recommend handling states, like "is-active" or "is-hidden"?
- What does the flex-direction property control in a flex container?
- What does the "forwards" value for the "animation-fill-mode" property do?
- How do you specify the duration of a transition effect in CSS?
- What is the main advantage of using CSS-in-JS?