Home » CSS » CSS Transitions » Question
  1. Which of the following transform property value defines a 3D scale transformation?
    1. rotate3d(x,y,z,angle)
    2. circle(x,y,z)
    3. rotate(angle)
    4. scale3d(x,y,z)
    5. None of these
Correct Option: D

scale3d(x,y,z)



Your comments will be displayed only after manual approval.