mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
Throttle SELECT-based scrubbing to seek the underlying frame ~every 150ms instead of waiting 1s after pan-end, so the visible frame keeps up with the scrub handle. Hide the redundant storyboard panel during live scrub (the frame itself is now the preview) but keep the chapter capsule visible. Storyboard panel still shown for D-pad arrow-seek where the frame doesn't move until commit. Auto-commit scrub mode after 3s of inactivity, matching AVPlayerViewController behavior — playback resumes via the existing scrub-pause wiring instead of staying paused indefinitely.