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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *