In CSS animations, the @________ rule is used to control the intermediate steps in a keyframe animation.
- animation
- frame
- keyframes
- transition
The correct rule is @keyframes, allowing you to define the intermediate steps in a CSS animation through a set of keyframes. It is crucial for creating smooth and controlled animations in CSS.
Loading...
Related Quiz
- When should a developer consider removing vendor prefixes from their CSS, and what is the risk associated with this action?
- You want to set a global color scheme for a website using CSS variables. Where would be the best place to define these custom properties?
- To increase the specificity of a class selector without adding more elements or IDs, you can __________ the class name in the selector.
- How does an element with position: sticky; behave when scrolling past its container?
- When designing a responsive web page, a developer notices that certain styles are not applied on smaller screens as intended. Which aspect of media queries should they inspect first?