Feat Widgets 2030

This commit is contained in:
2025-09-02 20:34:49 -03:00
parent 6732a0e826
commit 32e85b9b9d
12 changed files with 196 additions and 157 deletions

View File

@@ -43,6 +43,16 @@
height: 100%;
}
/* APLICA LA TRANSICIÓN POR DEFECTO A ZOOMABLEGROUP */
.mapa-container .rsm-zoomable-group {
transition: transform 400ms ease-in-out;
}
/* DESACTIVA LA TRANSICIÓN CUANDO SE ESTÁ ARRASTRANDO */
.mapa-container .rsm-zoomable-group.panning {
transition: none;
}
.rsm-geography {
transition: opacity 0.3s ease, transform 0.2s ease, filter 0.2s ease, fill 0.3s ease;
cursor: pointer;