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

rotate3d(x,y,z,angle)



Your comments will be displayed only after manual approval.