Back to Content

CSSSkewY

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

latest862 B
Original Source

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

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

{{InheritanceDiagram}}

Constructor

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

Instance properties

Inherits properties from its ancestor {{domxref("CSSTransformValue")}}.

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

Instance methods

Inherits methods from its ancestor {{domxref("CSSTransformValue")}}.

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}