CSSMatrixComponent: CSSMatrixComponent() Konstruktor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Der CSSMatrixComponent() Konstruktor erstellt ein neues CSSMatrixComponent-Objekt, das die matrix() und matrix3d() Werte der individuellen transform-Eigenschaft in CSS repräsentiert.
Syntax
js
new CSSMatrixComponent(matrix)
new CSSMatrixComponent(matrix, options)
Parameter
matrix-
Eine 2d oder 3d Matrix.
Beispiele
Zu erledigen
Spezifikationen
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssmatrixcomponent-cssmatrixcomponent> |