x property
CSSNumericValue
get
x
The x
property of the
CSSTranslate interface gets and sets the abscissa or x-axis of the
translating vector.
Implementation
external CSSNumericValue get x;
set
x
(CSSNumericValue value)
Implementation
external set x(CSSNumericValue value);