y property

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

Implementation

external CSSNumericValue get y;
set y (CSSNumericValue value)

Implementation

external set y(CSSNumericValue value);