InterviewSolution
Saved Bookmarks
| 1. |
Which of the following css property is used to define a delay before an animation starts?(a) transform-delay(b) delay-function(c) delay-animation(d) animation-delayThis question was posed to me in a job interview.Enquiry is from CSS3 3D Transforms, Transitions, and Animations topic in division CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» The CORRECT OPTION is (d) animation-delay |
|