y property

CSSNumberish get y

The y property of the CSSScale interface gets and sets the ordinate or y-axis of the translating vector.

Implementation

external CSSNumberish get y;
set y (CSSNumberish value)

Implementation

external set y(CSSNumberish value);