Closed thomasfillon closed 9 years ago
It may be interesting to split the zooming behavior according to the user mouse movement.
Given the mouse movement _deltax, _deltay:
This should enable to solve #1easilly without side effects Case 2 could also be handle from mouse wheel event see #2
Done ! see https://github.com/wavesjs/ui/releases/tag/1.0.0-alpha
Great ! Merci beaucoup !
It may be interesting to split the zooming behavior according to the user mouse movement.
Given the mouse movement _deltax, _deltay:
This should enable to solve #1easilly without side effects Case 2 could also be handle from mouse wheel event see #2