1.

What combines all the 2D transform methods into one?(a) skewX()(b) matrix()(c) skewY()(d) skew()I have been asked this question in final exam.This intriguing question comes from Table Graphs, 2D Transforms, Boxing of Images & Constrained Images topic in chapter Layout & Images of CSS

Answer»

Right option is (b) matrix()

To explain: The matrix() method COMBINES all 2D transform METHODS into one, the matrix() method takes six parameters, CONTAINING MATHEMATIC FUNCTIONS, that allows us to rotate, scale, move or skew the elements.



Discussion

No Comment Found

Related InterviewSolutions