Home » CSS » Css miscellaneous » Question
  1. Which of the following specifies animation code?
    1. animation-delay
    2. animation-direction
    3. @keyframes
    4. animation
    5. None of these
Correct Option: C

Akeyframes specifies animation code, animation is shorthand property which sets all the animation property, animation-delay specifies the delay for start of the animation, animation-delay specifies a delay for start of the animation.



Your comments will be displayed only after manual approval.