If you want an animation to alternate between running forwards and backwards, you would use the animation-direction value of ______.
- alternate
- alternate-reverse
- repeat
- reverse
To make an animation alternate between running forwards and then backwards, you would use the value alternate for the animation-direction property. This creates a back-and-forth effect for the animation, making it appear as if it's reversing after each cycle.
Loading...
Related Quiz
- What does the 'box-sizing' property with a value of 'border-box' do?
- You are tasked with creating a theme switcher that changes a set of color variables. How can SASS/SCSS functions assist in achieving this?
- The value calc() in CSS allows you to perform ________.
- The pseudo-class :nth-of-type(2) in CSS targets the ________ of its type.
- The @font-face rule allows web designers to use fonts that are not ________ on the user's machine.