CSSTransformValue: toMatrix() method
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
Specification |
---|
CSS Typed OM Level 1 # dom-csstransformvalue-tomatrix |
Browser compatibility
BCD tables only load in the browser