angle property
CSSNumericValue
get
angle
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;
set
angle
(CSSNumericValue value)
Implementation
external set angle(CSSNumericValue value);