PluginProbe
WP Directory Kit / 1.3.3
WP Directory Kit v1.3.3
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / public / js / openstreetmap / MarkerCluster.css

MarkerCluster.css in WP Directory Kit 1.3.3, at public/js/openstreetmap/MarkerCluster.css

15 lines 886 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
2 -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
3 -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
4 -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
5 transition: transform 0.3s ease-out, opacity 0.3s ease-in;
6 }
7
8 .leaflet-cluster-spider-leg {
9 /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
10 -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
11 -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
12 -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
13 transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
14 }
15