The ________ property in CSS is used to apply an animation to an element.
- animation-delay
- animation-duration
- animation-iteration-count
- animation-name
To apply an animation to an element in CSS, you use the animation-name property to specify the name of the animation defined with the @keyframes rule. This property associates the element with the animation it should use.
Loading...
Related Quiz
- When an animation is paused using the animation-play-state property, its current state is determined by the ________ property.
- In the context of a CSS preprocessor like SASS, what does "nested rules" mean?
- What is the difference between the em and rem units when setting font size in CSS?
- The CSS pseudo-class :not() allows you to target elements that ________ a specific criteria.
- What is the purpose of the @keyframes rule in CSS?