Tweening

  • A handle that provides state control and customization of a tween animation.

    See more

    Declaration

    Swift

    public protocol Tween : AnyObject
  • A type that can animate tweenable properties on itself.

    See more

    Declaration

    Swift

    public protocol Tweenable
  • A property that can be animated on a Tweenable type.

    See more

    Declaration

    Swift

    public protocol TweenableProperty
  • Maintains the state of a tween animation while invoking animation closures to interpolate and update the properties of Tweenable targets.

    See more

    Declaration

    Swift

    public final class TweenAnimator<Target> : Tween where Target : Tweenable
  • A factory class to create, queue, and manage Tween animations.

    See more

    Declaration

    Swift

    public final class Tweener
  • The state of a tween.

    See more

    Declaration

    Swift

    public enum TweenState