Animation
-
An
See moreAWFAnimationobject provides the core functionality necessary for a single time-based animation. The animation is defined by a specified start and end date.Declaration
Objective-C
@interface AWFAnimation : NSObjectSwift
class AWFAnimation : NSObject -
An
See moreAWFAnimationTimelineobject is a subclass ofAWFAnimationthat manages and controls multiple instances ofAWFAnimation. All animation instances added to anAWFAnimationTimelineare controlled by a single timeline, resulting in all animations being synced while playing simultaneously.Declaration
Objective-C
@interface AWFAnimationTimeline : AWFAnimationSwift
class AWFAnimationTimeline : AWFAnimation -
An
See moreAWFImageAnimationobject manages the animation of of date-specific images across a period of time.Declaration
Objective-C
@interface AWFImageAnimation : AWFAnimationSwift
class AWFImageAnimation : AWFAnimation -
See moreAWFImageAnimationLoaderis responsible for requesting and managing image data required for animating a series of images for animation playback.Declaration
Objective-C
@interface AWFImageAnimationLoader : NSObjectSwift
class AWFImageAnimationLoader : NSObject -
An
See moreAWFDataAnimationobject manages the animation of of date-specific data across a period of time.Declaration
Objective-C
@interface AWFDataAnimation : AWFAnimationSwift
class AWFDataAnimation : AWFAnimation -
An
See moreAWFTimelineBarViewobject is used in anAWFTimelineViewinstance to represent the timeline bar and full date/time range of the animation.Declaration
Objective-C
@interface AWFTimelineBarView : UIViewSwift
class AWFTimelineBarView : UIView -
An
See moreAWFTimelinePositionViewobject is used in anAWFTimelineViewinstance to represent an animation’s current position along a timeline.Declaration
Objective-C
@interface AWFTimelinePositionView : UIViewSwift
class AWFTimelinePositionView : UIView -
An
See moreAWFTimelineViewis a view that provides a play/stop control, the current date and time and a scrubbable timeline slider bar for use with animatable weather data layers on anAWFWeatherMapinstance.Declaration
Objective-C
@interface AWFTimelineView : UIViewSwift
class AWFTimelineView : UIView
View on GitHub
Animation Reference