CSSTransformValue: keys() method

Note: This feature is available in Web Workers.

The CSSTransformValue.keys() method returns a new array iterator object that contains the keys for each index in the array.

Syntax

js
keys()

Parameters

None.

Return value

A new Array.

Examples

To Do

Specifications