@jossmac/lil-libs
    Preparing search index...

    Function atScrollBottom

    • Checks whether an element is at the bottom of its scroll range.

      Uses >= rather than strict equality to account for elastic overscroll on iOS.

      • el: Element

        Scrollable element to inspect.

      true when the element is at the bottom of its scroll range.

      atScrollBottom(scrollable); // true when scrolled to the bottom edge