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
Optional
z: CSSNumericValue
Returns CSSTranslate
prototype: CSSTranslate