CSSTransformValue
open class CSSTransformValue(transforms: ReadonlyArray<CSSTransformComponent>) : CSSStyleValue, ListLike<CSSTransformComponent> (source)
The CSSTransformValue
interface of the CSS Typed Object Model API represents transform-list
values as used by the CSS transform property.