Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 574 Bytes

File metadata and controls

39 lines (25 loc) · 574 Bytes
title short-title slug page-type browser-compat
CSSTransformValue: values() method
values()
Web/API/CSSTransformValue/values
web-api-instance-method
api.CSSTransformValue.values

{{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

values()

Parameters

None.

Return value

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

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}