flywave-map-controls.camerapananimationoptions
Home > @flywave/flywave-map-controls > CameraPanAnimationOptions
CameraPanAnimationOptions interface
Signature:
export interface CameraPanAnimationOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | (Optional) Duration of a whole animation in milliseconds. Defaults to | ||
EasingFunction | ((k: number) => number) | (Optional) Easing function that control acceleration. Defaults to [[EasingFunction.Linear]]. | ||
GeoCoordinatesLike[] | (Optional) List of positions. May be added later. | ||
InterpolationFunction | ((v: number[], k: number) => number) | (Optional) Specifies interpolation. Defaults to [[InterpolationFunction.Linear]] | ||
number | (Optional) Number of times the animation should be repeated. Defaults to |