matrix property
The matrix property of the
CSSMatrixComponent interface gets and sets a 2d or 3d matrix.
See the matrix() and matrix3d() pages for examples.
Implementation
external DOMMatrix get matrix;
Implementation
external set matrix(DOMMatrix value);