The ______ property in CSS lets you apply a delay before an animation starts.
- animation-delay
- animation-pause-delay
- animation-start-delay
- transition-delay
The property in CSS that allows you to apply a delay before an animation starts is the animation-delay. This property is used to create a pause before the animation begins, which is especially useful for sequencing animations.
Loading...
Related Quiz
- What unit is typically recommended for setting the "line-height" property to ensure consistent spacing?
- Animating properties like opacity and transform is considered more performant because they don't trigger ________ in most browsers.
- In the CSS box model, the ________ area is the space where content, like text or images, is displayed.
- What does the flex-direction property control in a flex container?
- The animation-direction property can be set to ________ to make the animation play in reverse direction.