1.
What is the primary purpose of using keyframe animations in web development?
2.
What CSS rule is used to define keyframe animations?
3.
What do keyframes specify in a keyframe animation?
4.
What is the role of the animation-name property in CSS keyframe animations?
5.
What is the purpose of the animation-duration property in CSS keyframe animations?
6.
Which CSS property is used to specify the timing curve for the acceleration and deceleration of a keyframe animation?
7.
How can developers control the number of times a keyframe animation should repeat?
8.
What does the animation-direction property in CSS keyframe animations determine?
9.
How does the animation-fill-mode property impact the appearance of elements before and after a keyframe animation?
10.
What role does the @keyframes rule play in defining keyframe animations?