mirror of https://github.com/rscmbbng/Border-Check
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
366 B
6 lines
366 B
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
|
|
-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
|
|
-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
|
|
-o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
|
|
transition: transform 0.2s ease-out, opacity 0.2s ease-in;
|
|
}
|
|
|