Enum AnimationCurve
Control how the view is moved between positions.
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum AnimationCurve
Remarks
Controls how the map view is animated. To play with the easing functions, see the document located at: easing.
Fields
Name | Description |
---|---|
EaseInCirc | Move in circularly. |
EaseInCubic | Move in cubically. |
EaseInExpo | Move in exponentially. |
EaseInOutCirc | Move in and out circularly. |
EaseInOutCubic | Move in and out cubically. |
EaseInOutExpo | Move in and out exponentially. |
EaseInOutQuad | Move in and out quadratically. |
EaseInOutQuart | Move in and out quartic. |
EaseInOutQuint | Move in and out quintic. |
EaseInOutSine | Move in and out sine. |
EaseInQuad | Move in quadratically. |
EaseInQuart | Move in quartic. |
EaseInQuint | Move in quintic. |
EaseInSine | Move in sine. |
EaseOutCirc | Move out circularly. |
EaseOutCubic | Move out cubically. |
EaseOutExpo | Move out exponentially. |
EaseOutQuad | Move out quadratically. |
EaseOutQuart | Move out quartic. |
EaseOutQuint | Move out quintic. |
EaseOutSine | Move out sine. |
Linear | Move linear. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |