-
Which value specifies a transition effect with a slow start, then fast, then end slowly?
-
- ease-out
- ease-in
- linear
- ease
- None of these
Correct Option: D
The transition-timing-function property takes the value ease. It specifies a transition effect with a slow start, then fast, then end slowly and this is the default value, ease-in specifies a transition effect with a slow start.