angle property
The angle property of the
CSSRotate interface gets and sets the angle of rotation. A positive
angle
denotes a clockwise rotation, a negative angle a counter-clockwise one.
Implementation
external CSSNumericValue get angle;
Implementation
external set angle(CSSNumericValue value);