CSSSkewX

The CSSSkewX interface of the CSS Typed Object Model API represents the skewX() value of the individual transform property in CSS. It inherits properties and methods from its parent CSSTransformValue.

MDN Reference

Constructors

Link copied to clipboard
constructor(ax: CSSNumericValue)

Properties

Link copied to clipboard

The ax property of the CSSSkewX interface gets and sets the angle used to distort the element along the x-axis (or abscissa).

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 CSSTransformComponent interface returns a DOMMatrix object.