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 mentioned |
|
Answer» Correct choice is (c) animation-play-state The best explanation: Self-explainatory. |
|