CSSScale
open class CSSScale(var x: CSSNumberish, var y: CSSNumberish, var z: CSSNumberish = definedExternally) : CSSTransformComponent(source)
The CSSScale
interface of the CSS Typed Object Model API represents the scale() and scale3d() values of the individual transform property in CSS.