Make double click zoom animation duration configurable

This commit is contained in:
Tom Payne
2013-10-07 15:39:52 +02:00
parent 214e578333
commit 93b33589a1
2 changed files with 9 additions and 8 deletions

View File

@@ -240,6 +240,7 @@
/**
* @typedef {Object} ol.interaction.DoubleClickZoomOptions
* @property {number|undefined} duration Animation duration. Default is 250ms.
* @property {number|undefined} delta The zoom delta applied on each double
* click, default is 1.
*/