is2D property
bool
get
is2D
The read-only is2D
property of the
CSSTransformValue interface returns whether the transform is 2D or 3D.
In the case of the CSSTransformValue
this property returns
true unless any of the individual functions return false for Is2D
, in
which
case it returns false.
Implementation
external bool get is2D;