Back to Content

CSSTransformValue: values() method

files/en-us/web/api/csstransformvalue/values/index.md

latest379 B
Original Source

{{APIRef("CSS Typed OM")}}

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

Syntax

js-nolint
values()

Parameters

None.

Return value

A new {{jsxref("Array")}}.

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}