-
Which of the following specifies animation code?
-
- animation-delay
- animation-direction
- @keyframes
- animation
- 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.