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
When I use moveTo and smoothMoveTo before smoothZoom, like panZoomInstance.moveTo(60, 60); panZoomInstance.smoothZoom(30, 30, 1/2);
and panZoomInstance.smoothMoveTo(60, 60); panZoomInstance.smoothZoom(30, 30, 1/2);
the dom will stop at different place, and moveTo reach the right place I expected. Looks like something wrong happended in smoothMoveTo method.
Is there someone has the same question?
The text was updated successfully, but these errors were encountered:
SLEEPYkoa1a
changed the title
why smoothMoveTo and moveTo move dom to different place with same x y?
smoothMoveTo and moveTo move dom to different place with same x y
Mar 2, 2023
When I use moveTo and smoothMoveTo before smoothZoom, like
panZoomInstance.moveTo(60, 60);
panZoomInstance.smoothZoom(30, 30, 1/2);
and
panZoomInstance.smoothMoveTo(60, 60);
panZoomInstance.smoothZoom(30, 30, 1/2);
the dom will stop at different place, and moveTo reach the right place I expected. Looks like something wrong happended in smoothMoveTo method.
Is there someone has the same question?
The text was updated successfully, but these errors were encountered: