此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

CSSTransformValue:is2D 属性

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

CSSTransformValue 接口的只读属性 is2D 返回变换是 2D 还是 3D。

当且仅当任何单个函数为 Is2D 返回 false 时返回 false,否则 CSSTransformValue 的这个属性将返回 true。

布尔值。当变换是 2D 变换时为 true,否则为 false。

示例

待完成。

规范

Specification
CSS Typed OM Level 1
# dom-csstransformvalue-is2d

浏览器兼容性