CSSRotate
open class CSSRotate(var x: CSSNumberish, var y: CSSNumberish, var z: CSSNumberish, var angle: CSSNumericValue) : CSSTransformComponent(source)
The CSSRotate
interface of the CSS Typed Object Model API represents the rotate value of the individual transform property in CSS.
Properties
Link copied to clipboard
The angle
property of the CSSRotate interface gets and sets the angle of rotation.
Link copied to clipboard
The x
property of the CSSRotate interface gets and sets the abscissa or x-axis of the translating vector.
Link copied to clipboard
The y
property of the CSSRotate interface gets and sets the ordinate or y-axis of the translating vector.
Link copied to clipboard
The z
property of the CSSRotate interface representing the z-component of the translating vector.