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. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |