Show / Hide Table of Contents

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
SetFieldOfView(Single, Single, Single, Single, Single, Single, DeviceOrientation)

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.