You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to enable both wheel and drag modes at the same time (#507)
* Make able to use both wheel and drag modes
* Fix samples
* Fix typings
* Fix fixture tests
* Handle pinch options
* Add warning when zoom.enabled is used
* Fix pinch mode + fix ESLint error
* Fix defaults test
* Not more supported -> no longer supported
| `overScaleMode` | `'x'`\|`'y'`\|`'xy'` | `undefined` | Which of the enabled zooming directions should only be available when the mouse cursor is over a scale for that axis
60
-
| `speed` | `number` | `0.1` | Factor of zoom speed via mouse wheel.
0 commit comments