improve zoom animation curve
This commit is contained in:
parent
afb06a2337
commit
4987133828
8
dist/leaflet.css
vendored
8
dist/leaflet.css
vendored
@ -262,10 +262,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-zoom-anim .leaflet-zoom-animated {
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
||||||
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
|
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||||
-moz-transition: -moz-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
|
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||||
-o-transition: -o-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
|
-o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||||
transition: transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);
|
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-zoom-anim .leaflet-tile,
|
.leaflet-zoom-anim .leaflet-tile,
|
||||||
|
Loading…
Reference in New Issue
Block a user