Note: This feature is available in Web Workers.
The toMatrix() method of the CSSTransformValue interface returns a DOMMatrix object.
toMatrix()None.
A DOMMatrix object.
TypeErrorRaised if any lengths involved in generating the matrix are not compatible units with px (such as relative lengths or percentages).
To Do