lerp

fun lerp(fromValue: Float, toValue: Float, progress: Float): Float

Linearly interpolates between fromValue to toValue on progress position.