Home » CSS » CSS Transitions » Question
  1. Which value specifies a transition effect with a slow start, then fast, then end slowly?
    1. ease-out
    2. ease-in
    3. linear
    4. ease
    5. 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.



Your comments will be displayed only after manual approval.