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

View in English Always switch to English

CSSMatrixComponent:CSSMatrixComponent() 构造函数

Limited availability

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

CSSMatrixComponent() 构造函数创建一个用于表示 CSS 中的 matrix()matrix3d() 值的新的 CSSMatrixComponent 对象。

语法

js
new CSSMatrixComponent(matrix)
new CSSMatrixComponent(matrix, options)

参数

matrix

一个二维或三维矩阵。

示例

待完成

规范

Specification
CSS Typed OM Level 1
# dom-cssmatrixcomponent-cssmatrixcomponent

浏览器兼容性