Fix ol.animation.BounceOptions apidoc (default easing function)

This commit is contained in:
Frederic Junod
2013-09-10 18:15:06 +02:00
parent 2e4ffb3591
commit adf8422391

View File

@@ -130,7 +130,7 @@
* @property {number} resolution The resolution to start the bounce from, typically `map.getView().getResolution()`. * @property {number} resolution The resolution to start the bounce from, typically `map.getView().getResolution()`.
* @property {number|undefined} start The start time of the animation. Default is immediately. * @property {number|undefined} start The start time of the animation. Default is immediately.
* @property {number|undefined} duration The duration of the animation in milliseconds. Default is 1000. * @property {number|undefined} duration The duration of the animation in milliseconds. Default is 1000.
* @property {function(number):number|undefined} easing The easing function to use. Default is `ol.easing.inAndOut` * @property {function(number):number|undefined} easing The easing function to use. Default is `ol.easing.upAndDown`
*/ */
/** /**