shouldMerge(previous:value:time:context:)

Returns a Boolean value that indicates whether the current animation should merge with a previous animation.

Declaration

func shouldMerge<V>(previous: Animation, value: V, time: TimeInterval, context: inout AnimationContext<V>) -> Bool where V : VectorArithmetic