only apply changes to players, not other markers

This commit is contained in:
KonradowyPL 2024-03-13 20:50:42 +01:00
parent 8cfc8f35b9
commit 13f0f7241a
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@
}
/* do not animate player movements when zooming */
.dynmap .leaflet-zoom-anim .leaflet-zoom-animated {
.dynmap .leaflet-zoom-anim .leaflet-zoom-animated.playerMarker {
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-o-transition: transform 0.25s cubic-bezier(0,0,0.25,1);