-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
moveTo()'s animation looks a little weird #188
Comments
Well not without a PR or a custom implementation on your end 😄 |
This was already mentioned in #113, but went stale over time. I think it is a good idea to keep this open. |
I did a little digging. Turns out the animation duration of the pan and zoom don't even align. When using some really long animation durations it becomes obvious that the pan animation finishes much quicker than the zoom animation, although the I did some testing, and - after almost losing all of my hair - I found that the Maybe I am not seeing something really obvious here and we just use the |
To be clear: `zoomLayout.panTo(-200 2.0,-2002.0); //2.0 becaouse of scale ? |
How do I?
When I used moveTo(), the animation doesn't look linear. It looks like it was swirling for a bit. How do I get rid of this swirl effect? Is there a solution for this?
Version used
1.8.0
The text was updated successfully, but these errors were encountered: