CSSTransformValue

The CSSTransformValue interface of the CSS Typed Object Model API represents transform-list values as used by the CSS transform property.

MDN Reference

Constructors

Link copied to clipboard
constructor(transforms: ReadonlyArray<CSSTransformComponent>)

Properties

Link copied to clipboard

The read-only is2D property of the In the case of the CSSTransformValue this property returns true unless any of the individual functions return false for Is2D, in which case it returns false.

Link copied to clipboard
open override val length: Int

The read-only length property of the the list.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun forEach(action: (item: CSSTransformComponent) -> Unit)
Link copied to clipboard
open operator fun get(index: Int): CSSTransformComponent
open operator fun get(key: Symbol.iterator): () -> JsIterator<CSSTransformComponent>
Link copied to clipboard
open inline operator fun iterator(): Iterator<CSSTransformComponent>
Link copied to clipboard
open override fun keys(): JsIterator<JsInt>
Link copied to clipboard

The toMatrix() method of the ``js-nolint toMatrix() `` None.

Link copied to clipboard