fix: animation bug fix

This commit is contained in:
2026-06-17 11:21:20 +09:00
parent 3ae1b25b0c
commit caaae887f9
3 changed files with 6 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ npm run dev
## Known Issues
- **Globe animation** — The D3 globe rotation animation during journey replay can be a little bit laggy.
- **Switching between animations** - after switching from map to globe animation, the old animation might be still visible for a moment. Restatarting the animation fixes the issue.
---