Map update.
[wolnelektury.git] / src / wolnelektury / static / contrib / leaflet.markercluster-1.4.1 / MarkerCluster.css
1 .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {\r
2         -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;\r
3         -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;\r
4         -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;\r
5         transition: transform 0.3s ease-out, opacity 0.3s ease-in;\r
6 }\r
7 \r
8 .leaflet-cluster-spider-leg {\r
9         /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */\r
10         -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;\r
11         -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;\r
12         -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;\r
13         transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;\r
14 }\r