fun getAnimatedValue(fraction: Float): V
Returns the animated value of this animation at the given fraction.
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.