Skip to main content

method DOMMatrix.skewXSelf

#DOMMatrix.skewXSelf(sx?: number): DOMMatrix

The skewXSelf() method of the DOMMatrix interface is a mutable transformation method that modifies a matrix. It skews the source matrix by applying the specified skew transformation along the X-axis and returns the skewed matrix.

MDN Reference

Parameters #

#sx: number
optional

Return Type #

Did you find what you needed?

Privacy policy