skewYSelf

fun skewYSelf(sy: Double = definedExternally): DOMMatrix(source)

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