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.DeclarationObjective-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.DeclarationObjective-C @interface AWFAnimationTimeline : AWFAnimationSwift class AWFAnimationTimeline : AWFAnimation
- 
                  
                  An See moreAWFImageAnimationobject manages the animation of of date-specific images across a period of time.DeclarationObjective-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.DeclarationObjective-C @interface AWFImageAnimationLoader : NSObjectSwift class AWFImageAnimationLoader : NSObject
- 
                  
                  An See moreAWFDataAnimationobject manages the animation of of date-specific data across a period of time.DeclarationObjective-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.DeclarationObjective-C @interface AWFTimelineBarView : UIViewSwift class AWFTimelineBarView : UIView
- 
                  
                  An See moreAWFTimelinePositionViewobject is used in anAWFTimelineViewinstance to represent an animation’s current position along a timeline.DeclarationObjective-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.DeclarationObjective-C @interface AWFTimelineView : UIViewSwift class AWFTimelineView : UIView
 View on GitHub
View on GitHub Animation  Reference
        Animation  Reference