CSSMatrixComponent: matrix property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
Note: This feature is available in Web Workers.
The matrix property of the CSSMatrixComponent interface represents a DOMMatrix object containing a 2D or 3D matrix.
See the matrix() and matrix3d() pages for examples.
Value
A DOMMatrix.
Examples
To do.
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssmatrixcomponent-matrix> |