a developer for a consulting firm wants to add 3d effects to a webpage. which set of transformation methods…

a developer for a consulting firm wants to add 3d effects to a webpage. which set of transformation methods are supported for 3d transformations in css, using the transform property? skew scale rotate translate

a developer for a consulting firm wants to add 3d effects to a webpage. which set of transformation methods are supported for 3d transformations in css, using the transform property? skew scale rotate translate

Answer

Brief Explanations:

In CSS, when using the transform property for 3D transformations, methods like scale3d, rotateX, rotateY, rotateZ, translate3d are supported. The scale, rotate and translate can have 3 - D variants for 3D transformations. skew is mainly for 2D shearing and not a typical 3D transformation method.

Answer:

B. scale, C. rotate, D. translate