Note: This feature is available in Web Workers.
The CSSMatrixComponent() constructor creates a new CSSMatrixComponent object representing the matrix() and matrix3d() values of the individual transform property in CSS.
new CSSMatrixComponent(matrix)
new CSSMatrixComponent(matrix, options)matrixA 2d or 3d matrix.
options OptionalAn object with the following property:
is2DA boolean indicating whether the constructed CSSMatrixComponent should be treated as a 2D matrix. If omitted, this defaults to the value of matrix's own is2D property.
To do