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
Sounds like you're just saying the zoom sensitivity is just too high. Are you pinch-zooming or dragging up/down?
Unfortunately this is a difficult problem to "solve", in the sense of making it feel right and consistent across all devices. For example, MacBooks can trigger a very different scroll amount (the only number we really have access to as a website developer) when you use mouse wheel vs. trackpad pinch zoom vs. trackpad two-finger-scroll. We could try to detect exactly which device and zoom type is happening, but that is brittle/error-prone and still has holes.
That said, the hard-coded zoom sensitivity there now could probably stand to be lowered, knowing that it will make zoom speed feel better on these users' devices and also probably make it feel too slow on other devices/cases.
Describe the bug
On the interactive here, scrolling up zooms the view all the way in, rather than zooming in slowly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: