Home » CSS » Css miscellaneous » Question
  1. What value lets animation to play forwards first then backward?
    1. reverse
    2. normal
    3. alternate
    4. alternate-reverse
    5. None of these
Correct Option: C

When the value is set to alternate the animation is played forwards first then backward. When a value is set to alternate-reverse, the animation is played backward first, then forwards. At normal value the animation is played as normal, this is the default value.



Your comments will be displayed only after manual approval.