InterviewSolution
Saved Bookmarks
| 1. |
Which of the following css property specifies a delay for the transition effect?(a) transition-delay(b) transition-effect(c) transition(d) transition-durationI have been asked this question by my college director while I was bunking the class.The origin of the question is CSS3 Transitions for Images topic in section CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» The CORRECT ANSWER is (a) transition-delay |
|