Note: This feature is available in Web Workers.
The is2D property of the CSSTransformComponent interface indicates whether the transform is 2D or 3D.
is2D
CSSTransformComponent
A boolean. True if the transform is a 2D transform, false if it is a 3D transform.
To Do