videosphere
    Preparing search index...
    • Scrolls root so el is vertically centered in the root’s viewport. Uses only root.scrollTop — never scrollIntoView, which on mobile can scroll the wrong ancestor and yank the page after the user scrolled up.

      Parameters

      • root: HTMLElement

        Page scroll container.

      • el: HTMLElement

        Live caption element to pin.

      • behavior: ScrollBehavior = 'smooth'

        Instant or smooth scroll.

      Returns void