Add animated progress bar during route computation
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>
This commit is contained in:
parent
6ee07f0570
commit
2e5c31d117
2 changed files with 13 additions and 1 deletions
|
|
@ -1 +1,6 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
@keyframes slide {
|
||||
0% { transform: translateX(-100%); }
|
||||
100% { transform: translateX(400%); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue