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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Fixed animation on zoom (see eJuke#20) by adding zoomanim event handler, which applies CSS transformation to canvas element similar to how Leaflet's ImageOverlay does it.
Also removed transform-origin: 50% 50% from canvas element since it only got in the way of calculations for zoom animation - the only place where CSS transformations were used.
When zooming in our out, markers are "frozen" and are refreshed only when zoom animation ends:
The text was updated successfully, but these errors were encountered: