Home » CSS » Css miscellaneous » Question
  1. Which value specifies animation with slow start?
    1. linear
    2. ease-out
    3. ease
    4. ease-in
    5. 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.



Your comments will be displayed only after manual approval.