Web/API/CSSTransformComponent/toString

From Get docs

Draft This page is not complete.


The toString() method of the CSSTransformComponent interface returns a string in the form of a CSS Transforms matrix() function.

Syntax

var transformString = CSSTransformComponent.toString();

Parameters

None

Return value

A string in the form of a CSS Transforms matrix() function.

Exceptions

If any of the serialized elements in the matrix are a non-finite value throws a DOMException InvalidStateError

Examples

To Do

Specifications

Specification Status Comment
CSS Typed OM Level 1The definition of 'toString()' in that specification. Working Draft Initial definition.

Browser compatibility

Template:Compat("api.CSSTransformComponent.toString")