Transition for smoothing player markers movement overrides the transition for zooming
reviiii opened this issue ยท 4 comments
The styles for smoothing player movements overrule the styles for zoom animations, causing the player markers to move erratically.
relevant css:
dynmap/DynmapCore/src/main/resources/extracted/web/css/leaflet.css
Lines 124 to 129 in 4f2cfdb
dynmap/DynmapCore/src/main/resources/extracted/web/css/dynmap_style.css
Lines 565 to 571 in 4f2cfdb
This can be solved by changing the source order or adding !important to the zoom animations