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

View in English Always switch to English

CSSMatrixComponent

Limited availability

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

CSS 类型对象模型 APICSSMatrixComponent 接口表示 CSS 中 transform 属性的个别类型(如 matrix()matrix3d())的值。它继承自父接口 CSSTransformValue

CSSTransformComponent CSSMatrixComponent

构造函数

CSSMatrixComponent()

创建一个新的 CSSMatrixComponent 对象。

实例属性

matrix

DOMMatrix 对象。

示例

待完成。

规范

Specification
CSS Typed OM Level 1
# cssmatrixcomponent

浏览器兼容性