CSSTransformValue: length property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
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
| Specification |
|---|
| CSS Typed OM Level 1> # dom-csstransformvalue-length> |