RotateSpeedAnimation
struct RotateSpeedAnimation: CustomAnimation
Undocumented
-
The duration of the animation
Declaration
Swift
let duration: TimeInterval
-
Declaration
Swift
func animate<V>(value: V, time: TimeInterval, context: inout AnimationContext<V>) -> V? where V: VectorArithmetic
-
Save time for next iteration
Declaration
Swift
func velocity<V>(value: V, time: TimeInterval, context: AnimationContext<V>) -> V? where V: VectorArithmetic