InterviewSolution
Saved Bookmarks
| 1. |
Which value specifies animation with slow start?(a) ease-out(b) ease-in(c) linear(d) ease |
|
Answer» The correct option is (b) ease-in To elaborate: ease-in specifies an animation with a slow start, ease-out specifies an animation with a slow end, linear specifies animation with same speed from start to end, ease specifies an animation with a slow start, then fast, then end slowly. |
|