only apply changes to players, not other markers

This commit is contained in:
KonradowyPL 2024-03-13 20:50:42 +01:00
parent e79080f9d5
commit f46b777746

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);