InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specifies a transition effect with same speed from start to end?(a) linear(b) ease-out(c) ease-in-out(d) ease |
|
Answer» Right answer is (a) linear For explanation I would say: linear value specifies a transition effect with the same speed from start to end, ease-in-out specifies a transition effect with a slow start and end, ease-out specifies a transition with a slow end. |
|