Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cssom
/
CSSPerspective
CSSPerspective
open
class
CSSPerspective
(
var
length
:
CSSPerspectiveValue
)
:
CSSTransformComponent
(
source
)
MDN Reference
Members
Constructors
CSSPerspective
Link copied to clipboard
constructor
(
length
:
CSSPerspectiveValue
)
Properties
is2D
Link copied to clipboard
var
is2D
:
Boolean
MDN Reference
length
Link copied to clipboard
var
length
:
CSSPerspectiveValue
MDN Reference
Functions
to
Matrix
Link copied to clipboard
fun
toMatrix
(
)
:
DOMMatrix
MDN Reference