-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Currently TileLayer animation logic is scattered among several files including Map.ZoomAnimation.js and Map.TouchZoom.js. We need to move this logic inside TileLayer listening to zoomanim event like how its done for all other layer types (markers, vectors, image overlays).
This will produce a better animation experience for multiple tile layers and also allow animation to fractional zooms for custom zoom-pan transitions.