InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?(a) animation-play(b) animation-delay(c) animation-fill-mode(d) animation-play-state |
|
Answer» The correct answer is (c) animation-fill-mode Explanation: Self-explainatory. |
|