- Source:
- animation.jsdoc, line 1
Methods
-
<static> bounce
-
Parameters:
Name Type Description options
ol.animation.BounceOptions Bounce options.
- Source:
- animation.js, line 14
Returns:
Pre-render function.
- Type
- ol.PreRenderFunction
-
<static> pan
-
Parameters:
Name Type Description options
ol.animation.PanOptions Pan options.
- Source:
- animation.js, line 48
Returns:
Pre-render function.
- Type
- ol.PreRenderFunction
-
<static> rotate
-
Parameters:
Name Type Description options
ol.animation.RotateOptions Rotate options.
- Source:
- animation.js, line 86
Returns:
Pre-render function.
- Type
- ol.PreRenderFunction
-
<static> zoom
-
Parameters:
Name Type Description options
ol.animation.ZoomOptions Zoom options.
- Source:
- animation.js, line 122
Returns:
Pre-render function.
- Type
- ol.PreRenderFunction
TypeDefs
-
BounceOptions
-
- Source:
- objectliterals.jsdoc, line 19
Properties:
Name Type Description resolution
number Resolution.
start
number | undefined The start time of the animation. Default is immediately.
duration
number | undefined The duration of the animation in milliseconds.
easing
function Easing function.
-
PanOptions
-
- Source:
- objectliterals.jsdoc, line 21
Properties:
Name Type Description source
ol.Coordinate Source.
start
number | undefined The start time of the animation. Default is immediately.
duration
number | undefined The duration of the animation in milliseconds.
easing
function Easing function.
-
RotateOptions
-
- Source:
- objectliterals.jsdoc, line 23
Properties:
Name Type Description rotation
number Rotation.
start
number | undefined The start time of the animation. Default is immediately.
duration
number | undefined The duration of the animation in milliseconds.
easing
function Easing function.
-
ZoomOptions
-
- Source:
- objectliterals.jsdoc, line 25
Properties:
Name Type Description resolution
number number Resolution.
start
number | undefined The start time of the animation. Default is immediately.
duration
number | undefined The duration of the animation in milliseconds.
easing
function Easing function.