CSSTransformValue: length property

Note: This feature is available in Web Workers.

The length read-only property of the CSSTransformValue interface returns the number of transform components in the list.

Value

An integer representing the number of transform components in the list.

Examples

To Do

Specifications