Make mouse wheel zoom animation duration configurable
This commit is contained in:
@@ -313,6 +313,11 @@
|
||||
* @property {number|undefined} delta The amount to zoom on each key press.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.interaction.MouseWheelZoomOptions
|
||||
* @property {number|undefined} duration Animation duration. Default is 250ms.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.interaction.SelectOptions
|
||||
* @property {ol.interaction.ConditionType|undefined} addCondition A conditional
|
||||
|
||||
Reference in New Issue
Block a user