Back to Content

CSSSkew

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

latest714 B
Original Source

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

The CSSSkew interface of the CSS Typed Object Model API is part of the {{domxref('CSSTransformValue')}} interface. It represents the {{cssxref("transform-function/skew", "skew()")}} value of the individual {{CSSXRef('transform')}} property in CSS.

{{InheritanceDiagram}}

Constructor

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

Instance properties

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

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}