Q. Which line of code specifies playing an animation with the same speed from beginning to the end?
- A. div {animation- timing function: linear;}
- B. div {animation- timing function: ease in;}
- C. div {animation- play- state: paused;}
- D. div {animation- fill-mode: both;}
Correct Answer: A