Home » CSS » Css miscellaneous » Question
  1. How many values are there for animation-full-mode property?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

animation-fill-mode property specifies the style for the target element when an animation is not playing. There are four values for this property namely none, forwards, backwards, and both. None is the default value.



Your comments will be displayed only after manual approval.