CSSSkew

The CSSSkew interface of the CSS Typed Object Model API is part of the CSSTransformValue interface. It represents the skew() value of the individual transform property in CSS.

CSSTransformComponent CSSSkew

Constructor

CSSSkew()

Creates a new CSSSkew object.

Instance properties

ax

Returns or sets the x-axis value.

ay

Returns or sets the y-axis value.

Examples

To Do

Specifications

Browser compatibility