Blue sliding progress bar appears at the top of the map while BRouter is computing a route. Overlays on top of Leaflet map with z-index 1000. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
124 B
CSS
6 lines
124 B
CSS
@import "tailwindcss";
|
|
|
|
@keyframes slide {
|
|
0% { transform: translateX(-100%); }
|
|
100% { transform: translateX(400%); }
|
|
}
|