velocity

abstract fun velocity(start: V, end: V, initialVelocity: Velocity<V>, elapsedTime: Measure<Time>): Velocity<V>(source)

Returns the velocity of the animation at the elapsedTime, given the initial conditions.

Parameters

start

value when the animation began

end

value to animate toward

initialVelocity

when the animation began

elapsedTime

since the animation was created