kobweb
Toggle table of contents
0.22.0
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
TransitionScope
Transition
Scope
class
TransitionScope
(
styleScope
:
StyleScope
)
(
source
)
Members
Constructors
Transition
Scope
Link copied to clipboard
constructor
(
styleScope
:
StyleScope
)
Functions
behavior
Link copied to clipboard
fun
behavior
(
vararg
behaviors
:
TransitionBehavior.Listable
)
fun
behavior
(
behaviors
:
List
<
TransitionBehavior.Listable
>
)
delay
Link copied to clipboard
fun
delay
(
vararg
delays
:
CSSTimeNumericValue
)
fun
delay
(
delays
:
List
<
CSSTimeNumericValue
>
)
duration
Link copied to clipboard
fun
duration
(
vararg
durations
:
CSSTimeNumericValue
)
fun
duration
(
durations
:
List
<
CSSTimeNumericValue
>
)
property
Link copied to clipboard
fun
property
(
vararg
properties
:
TransitionProperty.Name
)
fun
property
(
vararg
properties
:
String
)
fun
property
(
properties
:
List
<
TransitionProperty.Name
>
)
fun
property
(
properties
:
List
<
String
>
)
timing
Function
Link copied to clipboard
fun
timingFunction
(
vararg
timingFunctions
:
TransitionTimingFunction
)
fun
timingFunction
(
timingFunctions
:
List
<
TransitionTimingFunction
>
)