InterviewSolution
Saved Bookmarks
| 1. |
Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly(a) ease(b) ease-in(c) ease-in-out(d) none of the mentionedI have been asked this question in examination.My query is from CSS3 Transitions for UI Elements topic in division CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» The CORRECT OPTION is (a) ease |
|