InterviewSolution
Saved Bookmarks
| 1. |
How many values are there for animation-full-mode property?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Correct choice is (d) 4 Easiest explanation: animation-fill-mode property specifies the style for the target element when an animation is not playing. There are four values for this property namely none, forwards, backwards, and both. None is the default value. |
|