CSSTransformValue: CSSTransformValue() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The CSSTransformValue() constructor
creates a new CSSTransformValue object which represents a list of
individual transform objects.
Syntax
js
new CSSTransformValue(transforms)
Parameters
transforms-
A list of
CSSTransformComponentobjects to iterate over.
Return value
A new CSSTransformValue.
Exceptions
TypeError-
Raised if transforms is empty.
Examples
To do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-csstransformvalue-csstransformvalue> |
Browser compatibility
Loading…