ArcGIS Pro 2.6 API Reference Guide
ViewAnimation Class
Members 

ArcGIS.Desktop.Mapping Namespace : ViewAnimation Class
Allows control of the frame or time along an animation for the view.
Object Model
ViewAnimation ClassCamera ClassRange ClassTimeRange Class
Syntax
public sealed class ViewAnimation 
Public NotInheritable Class ViewAnimation 
Remarks
Similar to how the map defines the layers that make up the map, the map defines the Animation and the collection of Keyframe objects for all views of the map. However, it is possible to have multiple views of a map set to different times or frames in the animation. An instance of this class is returned from the MapView.Animation property and can be used to set the current time or frame, step to the next or previous keyframe, or play and stop the animation.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.ViewAnimation

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ViewAnimation Members
ArcGIS.Desktop.Mapping Namespace