Home » CSS » CSS Transitions » Question
  1. Which of the following transform property value defines a 3D transformation, using a 4×4 matrix of 16 values?
    1. matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
    2. matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
    3. matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)
    4. All of above
    5. None of these
Correct Option: B

matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)



Your comments will be displayed only after manual approval.