Variable CSSRotate
CSSRotate: {
prototype: CSSRotate;
new (angle: CSSNumericValue): CSSRotate;
new (
x: CSSNumberish,
y: CSSNumberish,
z: CSSNumberish,
angle: CSSNumericValue,
): CSSRotate;
}
prototype: CSSRotate;
new (angle: CSSNumericValue): CSSRotate;
new (
x: CSSNumberish,
y: CSSNumberish,
z: CSSNumberish,
angle: CSSNumericValue,
): CSSRotate;
}
Type declaration
- new (angle: CSSNumericValue): CSSRotate
- Parameters- angle: CSSNumericValue
 - Returns CSSRotate
- new (
 x: CSSNumberish,
 y: CSSNumberish,
 z: CSSNumberish,
 angle: CSSNumericValue,
 ): CSSRotate
- Parameters- x: CSSNumberish
- y: CSSNumberish
- z: CSSNumberish
- angle: CSSNumericValue
 - Returns CSSRotate
 
- prototype: CSSRotate