mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
Replace per-frame React state updates with ref-based tracking and direct DOM mutation for the progress bar, playhead, and timecode. React state is now throttled to ~4 commits/sec (~250ms), eliminating unnecessary re-renders on every animation frame during playback. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>