CSSSkew

The CSSSkew interface of the CSS Typed Object Model API is part of the CSSTransformValue interface.

MDN Reference

Constructors

Link copied to clipboard
constructor(ax: CSSNumericValue, ay: CSSNumericValue)

Properties

Link copied to clipboard

The ax property of the along the x-axis (or abscissa).

Link copied to clipboard

The ay property of the along the y-axis (or ordinate).

Link copied to clipboard

The is2D read-only property of the CSSTransformComponent interface indicates where the transform is 2D or 3D.

Functions

Link copied to clipboard

The toMatrix() method of the object.