Note: This feature is available in Web Workers.
The CSSTranslate interface of the CSS Typed Object Model API represents the translate() value of the individual transform property in CSS.
CSSTranslate()Creates a new CSSTranslate object.
Also inherits properties from its parent interface, CSSTransformComponent.
xReturns or sets the x-axis value.
yReturns or sets the y-axis value.
zReturns or sets the z-axis value.
Also inherits methods from its parent interface, CSSTransformComponent.
To do.