Firefox Tomorrow

web api instance method

CSSTransformComponent: toString() method

View on MDN ↗

The toString() method of the CSSTransformComponent interface is a stringifier returning a CSS Transforms function.

Syntax

toString()

Parameters

None.

Return value

A string in the form of a CSS transform function.

This will use the value of is2D to return either a 2D or 3D transform. For example if the component represents CSSRotate and is2D is false then the string returned will be in the form of the CSS transformation rotate3d() function. If true the string returned will be in the form of the 2-dimensional rotate() function.

Examples

To Do

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.