awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesNested Scroll Event Frameworks

Systems for coordinating and intercepting scroll events between hierarchical UI containers.

Distinct from Scroll Event Handlers: Distinct from general scroll event handlers by providing a framework for coordinating events between parent and child scrollables.

Explore 4 awesome GitHub repositories matching user interface & experience · Nested Scroll Event Frameworks. Refine with filters or upvote what's useful.

Awesome Nested Scroll Event Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • umano/androidslidinguppanelالصورة الرمزية لـ umano

    umano/AndroidSlidingUpPanel

    9,456عرض على GitHub↗

    AndroidSlidingUpPanel is an Android custom view component and sliding panel library used to create draggable overlays that slide up from the bottom of an application screen. It functions as a nested scrolling UI framework that coordinates touch events between a draggable panel and its internal scrollable content. The library distinguishes itself through a parallax effect implementation that shifts background content at different speeds than the foreground panel. It supports the definition of intermediate anchor points to create partial-view states and allows for transition physics customizati

    Functions as a framework for coordinating touch events between a draggable panel and its internal scrollable content.

    Java
    عرض على GitHub↗9,456
  • chrisbanes/android-pulltorefreshالصورة الرمزية لـ chrisbanes

    chrisbanes/Android-PullToRefresh

    8,648عرض على GitHub↗

    Android-PullToRefresh is an Android view component and library designed to implement pull-to-refresh functionality and end-of-list detection for scrollable views within Android applications. It acts as a custom view that manages the animations and listener triggers necessary to update content via user interaction. The library provides mechanisms for triggering refresh actions when a user pulls from the boundaries of a scrollable view and detecting when a user reaches the bottom of a list to facilitate data pagination. It allows for the customization of the refresh indicator's visual theme and

    Intercepts scroll events between parent and child views to trigger refresh actions.

    Java
    عرض على GitHub↗8,648
  • moroshko/react-autosuggestالصورة الرمزية لـ moroshko

    moroshko/react-autosuggest

    5,940عرض على GitHub↗

    React Autosuggest is a fully controlled React component that provides an autocomplete input with a dropdown of suggestions as the user types. It delegates all state management to the parent component through callbacks, making it compatible with state management patterns like Flux or Redux. The component implements WAI-ARIA accessibility patterns, including keyboard navigation with arrow keys, Enter, and Escape, along with live region integration for screen reader announcements. The component offers extensive customization through render-prop functions, allowing developers to replace the defau

    Captures wheel events when the suggestion container reaches its scroll boundary to isolate scrolling.

    JavaScript
    عرض على GitHub↗5,940
  • willmcpo/body-scroll-lockالصورة الرمزية لـ willmcpo

    willmcpo/body-scroll-lock

    4,099عرض على GitHub↗

    body-scroll-lock is a DOM scroll locking library and cross-browser scroll controller. It provides utilities to disable page scrolling while maintaining scrollability for specific nested elements across different browsers and devices. The project functions as a layout shift prevention utility and a web UI modal scroll manager. It includes mechanisms to add padding to the body when scrollbars are removed to prevent horizontal flickering and content shifting. The library covers scroll management for mobile navigation and modal interactions, enabling specific containers to remain scrollable whil

    Provides a framework for coordinating and intercepting scroll events between the locked body and nested scrollable containers.

    JavaScriptangularbody-scrollbody-scroll-lock
    عرض على GitHub↗4,099
  1. Home
  2. User Interface & Experience
  3. Scroll Event Handlers
  4. Nested Scroll Event Frameworks

استكشف الوسوم الفرعية

  • Scroll Boundary Event CapturesCapturing mouse wheel events at scroll boundaries to prevent propagation to parent containers. **Distinct from Nested Scroll Event Frameworks:** Distinct from Nested Scroll Event Frameworks: focuses on stopping event propagation at container boundaries rather than coordinating scroll between containers.