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

    Function atScrollRight

    • Checks whether an element is at the right edge 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 right edge of its scroll range.

      atScrollRight(scrollable); // true when scrolled to the right edge