ValueAnimationType
public protocol ValueAnimationType: AnimationType
Conforming types can be used to animate values conforming to VectorConvertible
.
-
The type of value to be animated.
Declaration
Swift
associatedtype Value: VectorConvertible
-
The current value of the animation.
Declaration
Swift
var value: Value
-
The current velocity of the animation.
Declaration
Swift
var velocity: Value