CSSTransformValue: values() method

Note: This feature is available in Web Workers.

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

Specifications