Which property is necessary to make an animation start playing in CSS?
- animation-play-state
- animation-start
- play-animation
- start-animation
The animation-play-state property is necessary to make an animation start playing in CSS. It allows you to pause and resume the animation. Setting it to running starts the animation.
Loading...
Related Quiz
- What does the currentColor value represent in CSS?
- If two selectors apply to the same element but one contains an ID and the other a class, which one takes precedence?
- An element with position: ________ is positioned based on the viewport and stays fixed when scrolling.
- In CSS methodology, what does BEM stand for?
- How can you include a custom font in your webpage using CSS?