Skip to main content

method DOMMatrix.skewYSelf

#DOMMatrix.skewYSelf(sy?: number): DOMMatrix

The skewYSelf() 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 Y-axis and returns the skewed matrix.

MDN Reference

Parameters #

#sy: number
optional

Return Type #

Did you find what you needed?

Privacy policy