We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First pass I did while slowly clicking "zoom out" button. This works fine.
But if I click zoom out button rapidly, then some kind of jumping behavior can be seen.
I think maybe it's a race condition, where the first zoom out animation didn't finish yet, and the second one has started.
Demo video: http://take.ms/PpfAC
The text was updated successfully, but these errors were encountered:
Just to clarify, you are using smoothZoom(), correct?
smoothZoom()
Sorry, something went wrong.
Actually both give the same result if you click fast enough.
I'm sorry, not sure I fully understand your comment. Which function do you use to zoom in?
Yes, smoothZoom.
smoothZoom
Maybe related #99
No branches or pull requests
First pass I did while slowly clicking "zoom out" button. This works fine.
But if I click zoom out button rapidly, then some kind of jumping behavior can be seen.
I think maybe it's a race condition, where the first zoom out animation didn't finish yet, and the second one has started.
Demo video: http://take.ms/PpfAC
The text was updated successfully, but these errors were encountered: