ArcGIS Pro 2.6 API Reference Guide
AnimationTransition Enumeration

ArcGIS.Core.CIM Namespace : AnimationTransition Enumeration
Specifies the method of transition for a value in a keyframe.
Syntax
Members
MemberDescription
AdjustableArc Value changes along a smooth curve to the end state. The tightness of the curve can be configured.
FixedArc Value changes along a tightly controlled curve to the end state.
Hold Value remains constant, equaling the previous keyframe's value.
Hop Value increases, using a parabolic curve, beyond the end state before returning back to it. The height of the curve can be configured.
Linear Value changes at a constant (linear) rate to the end state.
None The keyframe value is ignored.
Stepped Value switches to the end state at a specified point along the transition.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace