AnimationOptions class
Animation options for the goTo
Javascript method.
-
animationCurve is the animation curve used for this animation.
-
duration of the animation in milliseconds.
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#GoToOptions2D
Constructors
- AnimationOptions({double duration = 200, AnimationCurve animationCurve = AnimationCurve.ease})
Properties
- animationCurve → AnimationCurve
-
final
- duration → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited