CSSRotate
The CSSRotate interface of the CSS Typed Object Model API represents the rotate value of the individual transform property in CSS. It inherits properties and methods from its parent CSSTransformValue.
Properties
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.
The x property of the CSSRotate interface gets and sets the abscissa or x-axis of the translating vector.
The y property of the CSSRotate interface gets and sets the ordinate or y-axis of the translating vector.
The z property of the CSSRotate interface representing the z-component of the translating vector. A positive value moves the element towards the viewer, and a negative value farther away.