toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.util
/
Transition
Transition
class
Transition
<
State
>
(
val
interpolator
:
(
State
,
State
,
Float
)
->
State
)
Members
Constructors
Transition
Link copied to clipboard
constructor
(
interpolator
:
(
State
,
State
,
Float
)
->
State
)
Properties
interpolator
Link copied to clipboard
val
interpolator
:
(
State
,
State
,
Float
)
->
State
Functions
calculate
Link copied to clipboard
fun
calculate
(
target
:
State
,
timeForSwitch
:
Duration
,
tick
:
Duration
)
:
State