Variable CSSTranslate
CSSTranslate: {
prototype: CSSTranslate;
new (
x: CSSNumericValue,
y: CSSNumericValue,
z?: CSSNumericValue,
): CSSTranslate;
}
prototype: CSSTranslate;
new (
x: CSSNumericValue,
y: CSSNumericValue,
z?: CSSNumericValue,
): CSSTranslate;
}
Type declaration
- new (x: CSSNumericValue, y: CSSNumericValue, z?: CSSNumericValue): CSSTranslate
- Parameters- x: CSSNumericValue
- y: CSSNumericValue
- Optionalz: CSSNumericValue
 - Returns CSSTranslate
 
- prototype: CSSTranslate