awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

132 dépôts

Awesome GitHub RepositoriesScroll Interaction Handlers

Utilities for tracking scroll position and behavior to drive dynamic interface updates.

Distinguishing note: Focuses on event-driven scroll monitoring rather than static scrollbar styling.

Explore 132 awesome GitHub repositories matching user interface & experience · Scroll Interaction Handlers. Refine with filters or upvote what's useful.

Awesome Scroll Interaction Handlers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • streamich/react-useAvatar de streamich

    streamich/react-use

    43,974Voir sur GitHub↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    Deno-inspired prevention of the body element from scrolling when modals or overlays are active.

    TypeScript
    Voir sur GitHub↗43,974
  • vuetifyjs/vuetifyAvatar de vuetifyjs

    vuetifyjs/vuetify

    41,003Voir sur GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    The library tracks user scrolling behavior to trigger interface updates or load additional content as the user moves through the page.

    TypeScriptjavascriptmaterialmaterial-components
    Voir sur GitHub↗41,003
  • alvarotrigo/fullpage.jsAvatar de alvarotrigo

    alvarotrigo/fullPage.js

    35,437Voir sur GitHub↗

    fullPage.js is a JavaScript full-screen scrolling library and layout engine used to create websites composed of vertical sections and horizontal slides that snap to the viewport. It provides a system for organizing web content into full-screen pages with automatic snapping behavior. The library distinguishes itself through a WebGL transition framework and visual storytelling tools, enabling cinematic effects such as 3D rotations, parallax backgrounds, fading, and water distortion during navigation. It also features a responsive adaptation system that can switch from automatic snapping to stan

    Provides APIs to programmatically move the viewport to specific sections or slides with animation or instant jumps.

    JavaScriptfullpagefullscreenjavascript
    Voir sur GitHub↗35,437
  • bvaughn/react-virtualizedAvatar de bvaughn

    bvaughn/react-virtualized

    27,072Voir sur GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    Determines how target cells align within the viewport, such as centering them during scroll operations.

    JavaScriptgridlistlistview
    Voir sur GitHub↗27,072
  • scwang90/smartrefreshlayoutAvatar de scwang90

    scwang90/SmartRefreshLayout

    25,141Voir sur GitHub↗

    SmartRefreshLayout is a pull-to-refresh framework and gesture interaction library for Android. It provides a scroll view wrapper that integrates interactive refresh headers and loading footers into mobile user interfaces, coordinating synchronized scrolling and touch events. The project features a pluggable architecture for custom refresh indicators and secondary refresh mechanisms. It utilizes damping-based gesture translation and overscroll rebound mechanisms to manage the tactile feel of drag resistance and physics-based animations. The library covers a broad range of interaction logic, i

    Coordinates complex view hierarchies to ensure seamless interaction between nested scrolling components.

    Javaandroidandroid-uifooter
    Voir sur GitHub↗25,141
  • greensock/gsapAvatar de greensock

    greensock/GSAP

    23,877Voir sur GitHub↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Links animation progress directly to browser scroll positions for parallax and pinning effects.

    JavaScriptanimationgsapjavascript
    Voir sur GitHub↗23,877
  • livewire/livewireAvatar de livewire

    livewire/livewire

    23,448Voir sur GitHub↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Tracks and restores the scroll offset of scrollable containers during page navigation to ensure users remain at their previous viewing location.

    PHP
    Voir sur GitHub↗23,448
  • necolas/react-native-webAvatar de necolas

    necolas/react-native-web

    22,132Voir sur GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Monitors scroll offsets and container dimensions to drive dynamic interface updates.

    JavaScriptcross-platformcss-in-jsgui-framework
    Voir sur GitHub↗22,132
  • readest/readestAvatar de readest

    readest/readest

    21,502Voir sur GitHub↗

    Readest is a comprehensive digital reading platform designed to manage, annotate, and consume electronic books across multiple devices. It functions as a versatile library manager and reading environment, supporting a wide range of user needs from standard ebook consumption to specialized study and accessibility-focused workflows. The platform distinguishes itself through advanced features like parallel text study, which enables side-by-side document rendering with synchronized scrolling, and a robust text-to-speech engine that provides hands-free reading with synchronized visual highlighting

    Links the scroll position of multiple open documents to maintain alignment during navigation.

    TypeScriptandroidcross-platformebook
    Voir sur GitHub↗21,502
  • vuejs/vue-routerAvatar de vuejs

    vuejs/vue-router

    18,898Voir sur GitHub↗

    Vue.js Client-Side Router is a routing library that maps browser URLs to Vue.js components to enable the creation of single-page applications. It functions as a navigation engine that manages browser history and URL state to allow page transitions without full browser reloads. The system utilizes a nested route manager to render hierarchical views that match complex URL structures. It includes navigation guard middleware to intercept, validate, or redirect route transitions before components are rendered. A client-side history handler synchronizes application state with the browser URL using

    Controls window scrolling behavior during navigation using smooth transitions or manual restoration.

    JavaScript
    Voir sur GitHub↗18,898
  • prinzhorn/skrollrAvatar de Prinzhorn

    Prinzhorn/skrollr

    18,426Voir sur GitHub↗

    Skrollr is a dependency-free scroll-driven animation engine and cross-platform frontend library. It functions as a toolkit for linking CSS properties and HTML attributes to scroll positions to create synchronized animations, specifically providing utilities for the interpolation of SVG attributes. The library enables the creation of parallax scrolling and interactive web storytelling by mapping scroll offsets to specific style values. It allows for the development of non-linear movement and dynamic SVG effects through the use of custom HTML attributes that define keyframes. The system covers

    Provides APIs for programmatically managing and animating the page scroll position to specific coordinates.

    HTML
    Voir sur GitHub↗18,426
  • bvaughn/react-windowAvatar de bvaughn

    bvaughn/react-window

    17,190Voir sur GitHub↗

    React-window is a frontend performance optimization library designed to render large datasets in React applications. It implements virtualization techniques to manage long lists and complex tabular data by dynamically mounting and unmounting elements based on the current viewport. By limiting the number of active document nodes, the library maintains interface responsiveness when handling thousands of data entries. The library distinguishes itself through a focus on efficient layout calculations and scroll-driven reconciliation. It uses absolute positioning and predefined dimensions to determ

    Translates scroll offsets into specific data indices to trigger efficient component updates during interaction.

    TypeScript
    Voir sur GitHub↗17,190
  • swifterswift/swifterswiftAvatar de SwifterSwift

    SwifterSwift/SwifterSwift

    15,100Voir sur GitHub↗

    SwifterSwift is a collection of Swift extensions designed to reduce boilerplate code during the development of iOS and macOS applications. It provides a library of pre-made utilities that extend the standard library and system frameworks to streamline data manipulation, system integration, and user interface optimization. The project provides specialized tools for a wide range of development tasks. This includes image processing and binary translation, text string manipulation, and complex data management for arrays, strings, and dictionaries. It also offers utilities for network request mana

    Enables programmatic control of scroll positions and the ability to capture snapshots of rendered content.

    Swift
    Voir sur GitHub↗15,100
  • janpaepke/scrollmagicAvatar de janpaepke

    janpaepke/ScrollMagic

    14,951Voir sur GitHub↗

    ScrollMagic is a DOM scroll interaction framework and animation engine used to map scroll progress to callbacks and visual effects. It functions as a library for triggering animations based on a user's scroll position and the proximity of elements to the viewport. The framework employs a plugin-based system to extend core behavior and customize how elements react during movement. This allows for the development of non-standard scrolling interactions and interactive storytelling experiences where content transitions are tied to the scroll position. The system provides capabilities for viewpor

    Provides utilities for tracking scroll position and behavior to drive non-standard dynamic interface updates.

    TypeScript
    Voir sur GitHub↗14,951
  • faridsafi/react-native-gifted-chatAvatar de FaridSafi

    FaridSafi/react-native-gifted-chat

    14,426Voir sur GitHub↗

    This project is a cross-platform UI library for React Native designed to build messaging interfaces. It provides a comprehensive set of specialized components, including message bubbles, input toolbars, and layout containers, to facilitate the development of chat applications on iOS and Android. The library distinguishes itself through a highly flexible configuration interface that allows developers to override default elements and styling to meet specific branding requirements. It includes built-in support for complex interaction patterns such as swipe-to-reply gestures, quick-reply buttons,

    Manages scroll position state to ensure consistent user experience during message loading and navigation.

    TypeScriptchatcomponentreact-native
    Voir sur GitHub↗14,426
  • dcloudio/muiAvatar de dcloudio

    dcloudio/mui

    13,474Voir sur GitHub↗

    mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions

    Moves the document view to specific coordinates over a defined duration for precise positioning.

    JavaScriptandroidcssdcloud
    Voir sur GitHub↗13,474
  • darkroomengineering/lenisAvatar de darkroomengineering

    darkroomengineering/lenis

    13,217Voir sur GitHub↗

    Lenis is a lightweight JavaScript library designed to provide fluid, momentum-based scrolling experiences for web interfaces. It functions as a frontend utility that decouples visual scroll position from the browser's native state, allowing for custom easing and duration while preserving standard browser accessibility, search functionality, and layout measurement tools. The library distinguishes itself by normalizing input from mouse wheels and touch gestures into a unified stream, ensuring consistent physics across different devices. It operates by intercepting native scroll events and apply

    Intercepts native scroll events to decouple visual scroll position from the browser's actual state.

    TypeScriptperformancereactscroll
    Voir sur GitHub↗13,217
  • cubiq/iscrollAvatar de cubiq

    cubiq/iscroll

    12,815Voir sur GitHub↗

    iscroll is a JavaScript smooth scrolling library and web interaction framework. It provides a 2D web panning controller and a CSS transform zoom engine to manage inertial scrolling, panning, and zooming for web elements across different devices. The project enables the implementation of custom scrollbar interfaces and navigation maps that track the current viewport position. It supports the creation of interactive web carousels with element snapping, web parallax effects, and content scaling via pinch-to-zoom or mouse-wheel inputs. The library covers a broad range of interaction capabilities

    Provides APIs for programmatically managing scroll position and velocity via function calls.

    JavaScript
    Voir sur GitHub↗12,815
  • uidotdev/usehooksAvatar de uidotdev

    uidotdev/usehooks

    11,394Voir sur GitHub↗

    This project is a comprehensive library of reusable React hooks designed to simplify browser API integration, state management, and component lifecycle tracking. It provides a declarative interface for managing complex browser interactions, allowing developers to encapsulate imperative logic into modular, composable functions that integrate directly with the component lifecycle. The library distinguishes itself by offering specialized utilities for asynchronous data orchestration, including built-in caching, retry logic, and loading state management. It also features advanced performance opti

    Locks document scroll position during active modal or overlay displays to prevent background movement.

    MDXastrobloghooks
    Voir sur GitHub↗11,394
  • 47ng/nuqsAvatar de 47ng

    47ng/nuqs

    10,591Voir sur GitHub↗

    nuqs is a TypeScript library for managing React component state through the browser's URL query string. It provides a type-safe hook-based approach that synchronizes component state with the address bar, enabling shareable and bookmarkable application states. The library handles parsing and serializing URL query parameters into typed JavaScript values, supporting integers, floats, booleans, dates, and custom types with bijectivity verification. The library distinguishes itself through its comprehensive approach to URL state management, combining batch URL updates that merge multiple parameter

    Prevents scroll reset when updating URL query parameters, preserving user scroll position.

    TypeScriptquery-paramsreactsearch-params
    Voir sur GitHub↗10,591
Préc.123456…7Suivant
  1. Home
  2. User Interface & Experience
  3. Scroll Interaction Handlers

Explorer les sous-tags

  • Advanced Scroll Interaction KitsToolkits combining pull-to-refresh, sliver headers, and component caching for complex scrolling behaviors. **Distinct from Scroll Interaction Handlers:** Distinct from Scroll Interaction Handlers: provides a full kit of combined behaviors rather than just event monitoring.
  • Automated TransitionsLogic for triggering automatic content movement based on timers or predefined intervals. **Distinct from Scroll Interaction Handlers:** Focuses on timed automation of slide movement rather than just monitoring or handling user scroll events.
  • Scroll Event Controllers2 sous-tagsLogic that monitors scroll events on specific DOM containers to control UI element states. **Distinct from Scroll State Controllers:** Focuses on passive monitoring of scroll events to trigger UI changes, whereas Scroll State Controllers focus on active programmatic manipulation.
  • Scroll State Controllers9 sous-tagsAPIs for programmatically managing scroll position, velocity, and synchronization. **Distinct from Scroll Interaction Handlers:** Distinct from Scroll Interaction Handlers: focuses on active control and manipulation of scroll state rather than passive event monitoring.