FollowPlaybackMode
type FollowPlaybackMode = "page" | "smooth" | "off";Playhead tracking behavior during audio playback.
page: Flips the viewport forward when the playhead leaves the screen.smooth: Continuously scrolls the viewport to keep the playhead centered.off: Disables automatic viewport scrolling.