CSSMatrixComponent
CSSMatrixComponent 介面屬於 CSS 型別化物件模型 API,它表示 CSS 中單個 transform 屬性的 matrix() 和 matrix3d() 值。它繼承了其父介面 CSSTransformValue 的屬性和方法。
建構函式
CSSMatrixComponent()-
建立一個新的
CSSMatrixComponent物件。
例項屬性
matrix-
一個
DOMMatrix物件。
示例
待辦事項。
規範
| 規範 |
|---|
| CSS 型別化 OM Level 1 # cssmatrixcomponent |
瀏覽器相容性
載入中…