CSSTranslate
open class CSSTranslate( var x: CSSNumericValue, var y: CSSNumericValue, var z: CSSNumericValue = definedExternally) : CSSTransformComponent(source)
The CSSTranslate
interface of the CSS Typed Object Model API represents the translate() value of the individual transform property in CSS.