CSSTransformComponent: is2D property

Note: This feature is available in Web Workers.

The is2D property of the CSSTransformComponent interface indicates whether the transform is 2D or 3D.

Value

A boolean. True if the transform is a 2D transform, false if it is a 3D transform.

Examples

To Do

Specifications