The animation-direction property can be set to ________ to make the animation play in reverse direction.
- alternate
- backwards
- paused
- reverse
The "animation-direction" property in CSS allows you to control the direction of an animation. Setting it to "reverse" will make the animation play in the reverse direction, essentially rewinding the animation.
Loading...
Related Quiz
- Which extension is used for SCSS files?
- When using Styled Components, how would you dynamically change the style of a component based on its props?
- You're working on a responsive design where you want a row of items to wrap onto the next line when there isn't enough space. Which Flexbox properties would you adjust?
- Which property allows you to control the size of tracks in a grid layout?
- How do you define the number of columns in a grid layout?