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 current velocity of the animation.

    Declaration

    Swift

    var velocity: Value { get }