Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smooth zoom in 3D view #1918

Closed
emilk opened this issue Apr 19, 2023 · 1 comment · Fixed by #1920
Closed

Smooth zoom in 3D view #1918

emilk opened this issue Apr 19, 2023 · 1 comment · Fixed by #1920
Labels
😤 annoying Something in the UI / SDK is annoying to use ui concerns graphical user interface

Comments

@emilk
Copy link
Member

emilk commented Apr 19, 2023

Scrolling the 3D view currently cause huge discreet jumps in zoom level:

non-smooth

The same is true for cmd-scrolling to zoom the 2D view.

We should be able to smooth this out somehow, but I'm not exactly sure how.

On a mac trackpad we get very smooth scroll/zoom evens, and we don't want to apply additional smoothing to that. So we need to somehow detect whether scroll input is coming from a smooth or discreet source.

This should be helpful:

@emilk emilk added ui concerns graphical user interface 😤 annoying Something in the UI / SDK is annoying to use labels Apr 19, 2023
@emilk
Copy link
Member Author

emilk commented Apr 19, 2023

Related, but slightly different, issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant