Interface CSSTranslate
interface CSSTranslate {
is2D: boolean;
x: CSSNumericValue;
y: CSSNumericValue;
z: CSSNumericValue;
toMatrix(): DOMMatrix;
toString(): string;
}
is2D: boolean;
x: CSSNumericValue;
y: CSSNumericValue;
z: CSSNumericValue;
toMatrix(): DOMMatrix;
toString(): string;
}
                 
                    
                  Hierarchy
              
              - CSSTransformComponent- CSSTranslate (View Summary)
 
MDN Reference