x property

CSSNumberish get x

The x property of the CSSScale interface gets and sets the abscissa or x-axis of the translating vector.

Implementation

external CSSNumberish get x;
set x (CSSNumberish value)

Implementation

external set x(CSSNumberish value);