CSSTransformComponent: is2D プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
is2D は CSSTransformComponent インターフェイスの読み取り専用プロパティで、この座標変換が二次元と三次元のどちらかであるかを示します。
値
論理値です。true はこの座標変換が二次元変換であることを示し、false は三次元変換であることを示します。
例
To Do
仕様書
| Specification |
|---|
| CSS Typed OM Level 1> # dom-csstransformcomponent-is2d> |