only apply changes to players, not other markers
This commit is contained in:
parent
e79080f9d5
commit
f46b777746
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do not animate player movements when zooming */
|
/* 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);
|
-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);
|
-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);
|
-o-transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue