olx. olx.animation

Source:
  • olx.jsdoc, line 3

TypeDefs

BounceOptions

Stability: experimental
Properties:
Name Type Description
resolution number

The resolution to start the bounce from, typically map.getView().getResolution().

start number | undefined

The start time of the animation. Default is immediately.

duration number | undefined

The duration of the animation in milliseconds. Default is 1000.

easing function

The easing function to use. Default is ol.easing.upAndDown

Source:
  • objectliterals.jsdoc, line 19

PanOptions

Stability: experimental
Properties:
Name Type Description
source ol.Coordinate

The location to start panning from, typically map.getView().getCenter().

start number | undefined

The start time of the animation. Default is immediately.

duration number | undefined

The duration of the animation in milliseconds. Default is 1000.

easing function

The easing function to use. Default is ol.easing.inAndOut

Source:
  • objectliterals.jsdoc, line 21

RotateOptions

Stability: experimental
Properties:
Name Type Description
rotation number

The rotation to apply, in radians.

start number | undefined

The start time of the animation. Default is immediately.

duration number | undefined

The duration of the animation in milliseconds. Default is 1000.

easing function

The easing function to use. Default is ol.easing.inAndOut

Source:
  • objectliterals.jsdoc, line 23

ZoomOptions

Stability: experimental
Properties:
Name Type Description
resolution number

number The resolution to begin zooming from, typically map.getView().getResolution().

start number | undefined

The start time of the animation. Default is immediately.

duration number | undefined

The duration of the animation in milliseconds. Default is 1000.

easing function

Easing function.

Source:
  • objectliterals.jsdoc, line 25