Back to Content

CSSSkewX

files/en-us/web/api/cssskewx/index.md

latest694 B
Original Source

{{APIRef("CSS Typed OM")}}{{AvailableInWorkers}}

The CSSSkewX interface of the CSS Typed Object Model API represents the {{cssxref("transform-function/skewX", "skewX()")}} value of the individual {{CSSXRef('transform')}} property in CSS. It inherits properties and methods from its parent {{domxref("CSSTransformValue")}}.

{{InheritanceDiagram}}

Constructor

  • {{domxref("CSSSkewX.CSSSkewX", "CSSSkewX()")}}
    • : Creates a new CSSSkewX object.

Instance properties

  • {{domxref('CSSSkewX.ax','ax')}}
    • : Returns or sets the x-axis value.

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}