ValueAnimationType

public protocol ValueAnimationType: AnimationType

Conforming types can be used to animate values conforming to VectorConvertible.

  • The current value of the animation.

    Declaration

    Swift

    var value: Value { get }
  • The type of value to be animated.

    Declaration

    Swift

    typealias Value: VectorConvertible
  • The current velocity of the animation.

    Declaration

    Swift

    var velocity: Value { get }