InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method combines all the 2D transform methods into one using transform?(a) combine()(b) 2D-tranform()(c) matrix()(d) matrix-2D()I got this question in class test.Question is taken from CSS3 Transitions for UI Elements topic in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT ANSWER is (C) MATRIX() EXPLANATION: Self-explainatory. |
|