mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 04:35:14 +01:00
only apply changes to players, not other markers
This commit is contained in:
parent
8cfc8f35b9
commit
13f0f7241a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user