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
Using moveBy(dx, dy, 1) or smoothZoom while smoothScroll is stopping from panend messes up
The text was updated successfully, but these errors were encountered:
Need to add a method that stops the animation cycle after panend. I would call this before using smoothZoom or moveBy(dx, dy, 1).
Sorry, something went wrong.
Adding this hardStop method to the panzoom api works for me. I call it before I do a moveBy(dx, dy, 1) and before smoothZoom.
No branches or pull requests
Using moveBy(dx, dy, 1) or smoothZoom while smoothScroll is stopping from panend messes up
The text was updated successfully, but these errors were encountered: