InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS property defines whether the animation is running or paused?(a) animation-pause-state(b) animation-state(c) animation-play-state(d) all of the mentionedI had been asked this question by my school principal while I was bunking the class.My doubt is from CSS Keyframes topic in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT CHOICE is (C) animation-play-state The BEST EXPLANATION: Self-explainatory. |
|