Merge pull request #6692 from ahocevar/scroll-gesture-docs

Improve docs for MouseWheelZoom constrainResolution
This commit is contained in:
Andreas Hocevar
2017-04-11 13:50:39 +02:00
committed by GitHub

View File

@@ -3112,7 +3112,8 @@ olx.interaction.MouseWheelZoomOptions.prototype.timeout;
/**
* Zoom to the closest integer zoom level after the wheel/trackpad gesture ends.
* When using a trackpad or magic mouse, zoom to the closest integer zoom level
* after the scroll gesture ends.
* Default is `false`.
* @type {boolean|undefined}
* @api