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-stateThe question was asked by my school teacher while I was bunking the class.Origin of the question is CSS Keyframes in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The CORRECT ANSWER is (C) animation-fill-mode |
|