toggle menu
krayon
common
switch theme
search in API
interpolate
/
com.juul.krayon.interpolate
/
interpolator
interpolator
fun
interpolator
(
start
:
Int
,
stop
:
Int
)
:
BidirectionalInterpolator
<
Int
>
fun
interpolator
(
start
:
Float
,
stop
:
Float
)
:
BidirectionalInterpolator
<
Float
>
fun
interpolator
(
start
:
Double
,
stop
:
Double
)
:
BidirectionalInterpolator
<
Double
>
fun
interpolator
(
start
:
Instant
,
stop
:
Instant
)
:
BidirectionalInterpolator
<
Instant
>
fun
interpolator
(
start
:
LocalDateTime
,
stop
:
LocalDateTime
)
:
BidirectionalInterpolator
<
LocalDateTime
>
fun
interpolator
(
start
:
Color
,
stop
:
Color
)
:
Interpolator
<
Color
>