To run animations in reverse order after they complete, the value for animation-direction should be ________.
- alternate
- backwards
- normal
- reverse
The value for the animation-direction property determines how animations behave after they complete. To run animations in reverse order after completion, you should set animation-direction to reverse. This will play the animation backward.
Loading...
Related Quiz
- Styled Components utilize ________ to generate unique class names for styles.
- What's the result of applying the grayscale(100%) filter to a colored image?
- How does SMACSS (Scalable and Modular Architecture for CSS) categorize its styles?
- Animating properties like opacity and transform is considered more performant because they don't trigger ________ in most browsers.
- Which pseudo-element allows you to insert content at the end of an element's content?