h-be / acorn-ui

the user interface for Acorn app, see acorn-hc for backend, acorn-releases for the end-user Application!
Other
8 stars 2 forks source link

Implement Navigation Modes so that mouse wheel zooming works correctly #136

Closed Connoropolous closed 3 years ago

Connoropolous commented 4 years ago

At the moment, using a mouse wheel pans instead of zooms. The challenge is that trackpads and mice use the same event 'wheel' to report scrolling from either device.

This means that like Miro, the best way is to get the user to tell us what their primary input mode is.

This was a priority request from @zippy who uses a mouse

The designs include setting up a new 'Preferences' modal, accessible from the Profile menu, while looking at a project.

https://xd.adobe.com/view/45682907-c22b-4314-5bc1-b15d3dd2feb7-3359/screen/1002d543-470f-471d-9216-1d9d43f19400/Clicked-on-Preferences

The 'spec' mode of adobe xd web viewer is very useful.

Screen Shot 2020-03-10 at 6 36 21 PM

Miro backlink: https://miro.com/app/board/o9J_kxFTed0=/?moveToWidget=3074457347328490855

Connoropolous commented 4 years ago

cc @acatinon another one from our near term roadmap