From adf842239177e6ba86baca825e250a1132014f86 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 10 Sep 2013 18:15:06 +0200 Subject: [PATCH] Fix ol.animation.BounceOptions apidoc (default easing function) --- src/objectliterals.jsdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index afcbbf84d4..c88a6cb007 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -130,7 +130,7 @@ * @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} 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` */ /**