You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've ran into the same issue, it's a pity! Is there no other workaround?
Also, I am not entirely sure it is entirely about Panzoom being async; if I do not animate and simply zoom to a single point repeatedly, every once in a while, the (SVG) element seems to shift slightly, usually at fairly high zoom levels. Could this maybe be related?
Describe the bug
Using
{animate: true}
as config and usingzoomWithWheel
will shift the position if you're scrolling very quickly.Your environment
This issue also appears on Chrome as well.
Expected behavior
Smooth zoom with scrolling without shifting the position
Actual behavior
If shifts if you scroll very quickly.
Steps to reproduce
Add
{animate: true}
at Panzoom config and use wheel listener with.zoomWithWheel
Example
https://jsbin.com/lelujesece/1/edit?html,css,js,output
The text was updated successfully, but these errors were encountered: