InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property is used to define the number of times an animation should play?(a) animation-direction(b) animation-iteration-count(c) animation(d) animation-timing-functionThe question was posed to me by my college professor while I was bunking the class.My question is based upon Implemented CSS3 and Browser-Specific topic in portion CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The CORRECT ANSWER is (B) animation-iteration-count |
|