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 flyTo happens when onscreen and "animation frames" are stable, everything is OK.
However, when flyTo happens outside the screen (for the instance - when tab is not visible), polygons and other things are not positioned correctly...
Hi,
please check attached video:
Screen.Recording.2024-09-12.at.16.31.31.mov
When flyTo happens when onscreen and "animation frames" are stable, everything is OK.
However, when flyTo happens outside the screen (for the instance - when tab is not visible), polygons and other things are not positioned correctly...
It looks like not all steps of the animation are "triggered", because not so many animation framews were triggered?
https://github.com/Leaflet/Leaflet/blob/main/src/map/Map.js#L356
Interesting fact is, panTo works without any issues.
When i log how many times the "animation function" is called it is like
14x when it works and only once when it does not.
The text was updated successfully, but these errors were encountered: