-
Which value specifies animation with slow start?
-
- linear
- ease-out
- ease
- ease-in
- None of these
Correct Option: D
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.