skewY

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

The skewY() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by applying the specified skew transformation to the source matrix along its y-axis.

MDN Reference