Back to Content

CSSSkewY: CSSSkewY() constructor

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

latest600 B
Original Source

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

The CSSSkewY() constructor creates a new {{domxref("CSSSkewY")}} object which represents the {{cssxref("transform-function/skewY", "skewY()")}} value of the individual {{CSSXRef('transform')}} property in CSS.

Syntax

js-nolint
new CSSSkewY(ay)

Parameters

  • {{domxref('CSSSkewY.ay','ay')}}
    • : A value for the ay angle of the {{domxref('CSSSkewY')}} object to be constructed. This must be a {{domxref('CSSNumericValue')}}.

Examples

To do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}