Which CSS property specifies the duration of an animation?
- animation-duration
- animation-length
- animation-speed
- animation-timing
The correct CSS property that specifies the duration of an animation is animation-duration. It allows you to define how long the animation will take to complete, typically in seconds (s) or milliseconds (ms). This property is crucial for controlling the speed and timing of animations.
Loading...
Related Quiz
- If you're experiencing a "flash" of unstyled text on your webpage, it might be related to which aspect of font loading?
- What does the CSS rule "ul > li" specifically target?
- Which positioning value makes an element positioned relative to its original position?
- Which CSS property allows you to set a graphical element to be used as a mask against an element?
- Which modular CSS methodology uses the Block, Element, Modifier structure?