getTargetValue

abstract fun getTargetValue(initialValue: V, initialVelocity: V): V

Returns the target value of the animation based on the initial condition of the animation ( i.e. initial value and initial velocity).

Parameters

initialValue

The initial value of the animation

initialVelocity

The initial velocity of the animation