toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.cssom
/
CSSMatrixComponent
CSSMatrix
Component
external
class
CSSMatrixComponent
(
matrix
:
DOMMatrixReadOnly
,
options
:
CSSMatrixComponentOptions
=
definedExternally
)
:
CSSTransformComponent
(
source
)
MDN Reference
Members
Constructors
CSSMatrix
Component
Link copied to clipboard
constructor
(
matrix
:
DOMMatrixReadOnly
,
options
:
CSSMatrixComponentOptions
=
definedExternally
)
Properties
is2D
Link copied to clipboard
var
is2D
:
Boolean
MDN Reference
matrix
Link copied to clipboard
var
matrix
:
DOMMatrix
MDN Reference
Functions
to
Matrix
Link copied to clipboard
fun
toMatrix
(
)
:
DOMMatrix
MDN Reference