CSSTransformValue: values() method
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The CSSTransformValue.values()
returns a
new array iterator object that contains the values for
each index in the CSSTransformValue object.
Syntax
js
values()
Parameters
None.
Return value
A new Array
.
Examples
To Do