-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Shift zooming is swoopy #2070
Comments
You can see it better in the video here: https://www.mapbox.com/blog/map-ios-sdk-app-screencast/ |
ansis
added a commit
that referenced
this issue
Feb 16, 2016
fix #2070 easeTo used to interpolate locations based on projected values. As zoom changed the new screen distance of these projected values changed either speeding up or slowing down the panning. With this change, the new center moves across the screen from it's previous point location to it's new point location linearly.
ansis
added a commit
that referenced
this issue
Feb 16, 2016
fix #2070 easeTo used to interpolate locations based on projected values. As zoom changed the new screen distance of these projected values changed either speeding up or slowing down the panning. With this change, the new center moves across the screen from it's previous point location to it's new point location linearly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm noticing if I shift zoom to a location that isn't centered, it will zoom to the center and then shift over to the spot. This feels very weird. I'm on the latest Chrome.
Is this intentional or maybe a regression? I don't recall it feeling like this before.
cc @ansis @bhousel
The text was updated successfully, but these errors were encountered: