public enum AnimationTransition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AnimationTransition Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AnimationTransition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum AnimationTransition Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.AnimationTransition
Target Platforms: Windows 11, Windows 10, Windows 8.1