InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specifies animation code?(a) @keyframes(b) animation(c) animation-delay(d) animation-direction |
|
Answer» Right option is (a) @keyframes Explanation: 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. |
|