AWFPointAnimation

@interface AWFPointAnimation : AWFAnimation

An AWFPointAnimation object manages the animation of of date-specific point data across a period of time.

  • The object that acts as the data source of the receiving animation.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic, nullable) id<AWFPointAnimationDelegate>
        delegate;

    Swift

    unowned(unsafe) var delegate: AWFPointAnimationDelegate? { get set }