InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?(a) animation-stop(b) animation-delay(c) animation-start(d) animation-controlThe question was posed to me by my college director while I was bunking the class.This interesting question is from CSS Keyframes topic in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The CORRECT answer is (b) animation-delay |
|