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-control |
|
Answer» The correct answer is (b) animation-delay For explanation I would say: Self-explainatory. |
|