InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property sets the pace of the transition to the next keyframe, as described in the previous section?(a) animation-timing-function(b) animation-pace-function(c) animation-transition-function(d) none of the mentionedThe question was posed to me in examination.Question is from CSS Keyframes topic in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT ANSWER is (a) animation-timing-function The BEST I can EXPLAIN: Self-explainatory. |
|