Which CSS property is used to control the time between the end of one animation iteration and the start of the next?
- animation-delay
- animation-duration
- animation-play-state
- animation-timing-function
The animation-delay property is used to control the time between the end of one animation iteration and the start of the next. It specifies a delay before the animation begins and can be helpful for creating timed animations and controlling their sequence.
Loading...
Related Quiz
- How can you pause an animation before it begins or between iterations?
- The backface-visibility property in CSS is particularly useful when ________.
- In SASS/SCSS, what is the primary difference between a mixin and a function?
- When using Styled Components, how would you dynamically change the style of a component based on its props?
- The pseudo-class :nth-of-type(2) in CSS targets the ________ of its type.