InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property is used to define the animations that should be run?(a) animation-delay(b) animation-iteration-count(c) animation-duration(d) animation-nameThis question was posed to me by my school teacher while I was bunking the class.This key question is from Implemented CSS3 and Browser-Specific topic in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT ANSWER is (d) animation-name To EXPLAIN: NONE. |
|