toggle menu
Kotlin Wrappers API Reference
common
switch theme
search in API
kotlin-css
/
kotlinx.css.properties
/
Transition
Transition
data
class
Transition
(
val
property
:
String
=
"all"
,
val
duration
:
Time
=
0.s
,
val
timing
:
Timing
=
Timing.ease
,
val
delay
:
Time
=
0.s
)
:
CssValue
(
source
)
Members
Constructors
Transition
Link copied to clipboard
constructor
(
property
:
String
=
"all"
,
duration
:
Time
=
0.s
,
timing
:
Timing
=
Timing.ease
,
delay
:
Time
=
0.s
)
Properties
delay
Link copied to clipboard
val
delay
:
Time
duration
Link copied to clipboard
val
duration
:
Time
property
Link copied to clipboard
val
property
:
String
timing
Link copied to clipboard
val
timing
:
Timing
value
Link copied to clipboard
open
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String