Home » CSS » CSS Transitions » Question
  1. Which of the following specifies a transition effect with same speed from start to end?
    1. ease-in-out
    2. ease
    3. linear
    4. ease-out
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.