Note: This feature is available in Web Workers.
The CSSScale interface of the CSS Typed Object Model API represents the scale() and scale3d() values of the individual transform property in CSS.
CSSScale()Creates a new CSSScale 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.