InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?(a) animation(b) animation-name(c) animation-element(d) none of the mentionedThe question was asked by my college professor while I was bunking the class.The doubt is from CSS Keyframes topic in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The CORRECT OPTION is (B) animation-name |
|