What is the default value of the animation-direction property in CSS?
- alternate
- forwards
- normal
- reverse
The default value of the animation-direction property in CSS is normal. When animation-direction is set to normal, the animation plays forward, and then it starts from the beginning when it reaches the end, creating a continuous loop.
Loading...
Related Quiz
- When using a mixin, you apply it to your styles with the ________ directive.
- The ________ property in CSS is used to apply an animation to an element.
- What is the primary benefit of using tools like PostCSS in modern web development workflows?
- Which value of animation-fill-mode ensures the animation's styles are applied before the animation begins?
- How do you specify the duration of a transition effect in CSS?