InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property specifies the number of times an animation should run?(a) animation-repeat(b) animation-count(c) animation-iteration-count(d) all of the mentionedI had been asked this question during an online exam.This intriguing question comes from CSS Keyframes topic in portion CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The CORRECT option is (C) animation-iteration-count |
|