CSSTransformValue: toMatrix() method

Note: This feature is available in Web Workers.

The toMatrix() method of the CSSTransformValue interface returns a DOMMatrix object.

Syntax

js
toMatrix()

Parameters

None.

Return value

A DOMMatrix object.

Exceptions

TypeError

Raised if any lengths involved in generating the matrix are not compatible units with px (such as relative lengths or percentages).

Examples

To Do

Specifications