value

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

Returns the value 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