From f4579dacd80ca62a4b04407ea72eddd9c147f41a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 6 Nov 2016 09:28:53 -0700 Subject: [PATCH] Add view.animate() to the API --- src/ol/view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/view.js b/src/ol/view.js index bdcd520158..f1ae5a1585 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -201,6 +201,7 @@ ol.inherits(ol.View, ol.Object); * multiple times. An optional callback can be provided as a final * argument. The callback will be called with a boolean indicating whether * the animation completed without being cancelled. + * @api */ ol.View.prototype.animate = function(var_args) { var start = Date.now();