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

View in English Always switch to English

CSSMatrixComponent

有限可用

此特性不属于基线,因为它尚未在主流浏览器中得到支持。

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

CSSTransformComponent CSSMatrixComponent

构造函数

CSSMatrixComponent()

创建一个新的 CSSMatrixComponent 对象。

实例属性

matrix

DOMMatrix 对象。

示例

待完成。

规范

规范
CSS Typed OM Level 1
# cssmatrixcomponent

浏览器兼容性