design
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
design
core
/
com.trendyol.design.core.util
/
lerp
lerp
fun
lerp
(
start
:
Float
,
stop
:
Float
,
fraction
:
Float
)
:
Float
fun
lerp
(
start
:
Int
,
stop
:
Int
,
fraction
:
Float
)
:
Int
Linearly interpolate between
start
and
stop
with
fraction
fraction between them.