Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraPanAnimationOptions

Hierarchy

  • CameraPanAnimationOptions

Index

Properties

Optional duration

duration: undefined | number

Duration of a whole animation in milliseconds. Defaults to 10 seconds.

Optional easing

easing: EasingFunction | ((k: number) => number)

Easing function that control acceleration. Defaults to EasingFunction.Linear.

Optional geoCoordinates

geoCoordinates: GeoCoordinatesLike[]

List of positions. May be added later.

Optional interpolation

interpolation: InterpolationFunction | ((v: number[], k: number) => number)

Specifies interpolation. Defaults to InterpolationFunction.Linear

Optional repeat

repeat: undefined | number

Number of times the animation should be repeated. Defaults to 0.

Generated using TypeDoc