Contents

skewX

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

Declaration

WebKitCSSMatrix skewX(
    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 x-axis.

See Also

Applying Operations