From a58a146ad5cc0079fd68431cd679943f933e35a4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:24:14 +0200 Subject: Adding upstream version 1.1.0. Signed-off-by: Daniel Baumann --- public/css/vendor/MarkerCluster.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/css/vendor/MarkerCluster.css (limited to 'public/css/vendor/MarkerCluster.css') diff --git a/public/css/vendor/MarkerCluster.css b/public/css/vendor/MarkerCluster.css new file mode 100644 index 0000000..c60d71b --- /dev/null +++ b/public/css/vendor/MarkerCluster.css @@ -0,0 +1,14 @@ +.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { + -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; + -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in; + -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; + transition: transform 0.3s ease-out, opacity 0.3s ease-in; +} + +.leaflet-cluster-spider-leg { + /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */ + -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in; + -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in; + -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in; + transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; +} -- cgit v1.2.3