Function

lerp

A lerp function that allows animating a Dp type.

lerp

Source set: Common
public fun lerp(a: Dp, b: Dp, t: Float): Dp

A lerp function that allows animating a Dp type.

lerp

Source set: Common
public fun lerp(a: TextUnit, b: TextUnit, t: Float): TextUnit

A lerp function that allows animating a TextUnit type.

Content updated: