kyrie / com.github.alexjlockwood.kyrie / Animation / getAnimatedValue

getAnimatedValue

fun getAnimatedValue(fraction: Float): V

Returns the animated value of this animation at the given fraction.

Parameters

fraction - The current animation fraction. Typically between 0 and 1 (but may slightly extend these bounds depending on the interpolator used).

Return
The animated value of this animation at the given fraction.