ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / esriAnimationTransitionMode Enumeration

In This Topic
    esriAnimationTransitionMode Enumeration
    In This Topic
    Define the type of algorithm used to calculate transitions between animation camera keyframes.
    Syntax
    Members
    MemberDescription
    esriAnimationTransitionModeAuto Calculate the path between camera keyframes using a geodesic algorithm in global scene views and a cartesian algorithm in all other views.
    esriAnimationTransitionModeCartesian Calculate the path between camera keyframes using a cartesian algorithm.
    esriAnimationTransitionModeGeodesic Calculate the path between camera keyframes using a geodesic algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriAnimationTransitionMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also