animate(value:time:context:)
Calculates the current value of the animation.
Declaration
func animate<V>(value: V, time: TimeInterval, context: inout AnimationContext<V>) -> V? where V : VectorArithmeticReturn Value
The current value of the animation, or nil if the animation has finished.