Contents

skewY

Specifies a skew transformation along the y-axis by the given angle.

Declaration

WebKitCSSMatrix skewY(
    optional unrestricted double angle
);

Parameters

  • angle:

    The angle amount in degrees to skew.

Return Value

A new matrix that is the result of skewing this matrix by the specified angle along the y-axis.

See Also

Applying Operations