⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 606: 3D Viewer Time Slider Scene-Switch Sync

未着手 ← タスク一覧

Task 606: 3D Viewer Time Slider Scene-Switch Sync

Status: DONE

Summary

Human directive: time slider の幅が可視化種類切り替えに追従してない。

Fix: Added total duration indicator (/ X日Y時間) next to the current time display. When switching scenes, the total duration updates to show the new scene's duration, making it visually clear that the slider range has changed. Moved fmtDay() function to module scope so it's available during scene switch. Applied to both inline viewer (templates.ts) and standalone viewer (orbital-3d.html). 2 new E2E tests verify the indicator appears and updates on scene switch.

Key Files