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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 Repos

Awesome GitHub RepositoriesProgrammatic Scrolling

Utilities for programmatically controlling scroll positions and viewport navigation in automated tests.

Distinct from Scroll Areas: Distinct from Scroll Areas: focuses on active, programmatic scroll manipulation for testing rather than UI container styling.

Explore 21 awesome GitHub repositories matching user interface & experience · Programmatic Scrolling. Refine with filters or upvote what's useful.

Awesome Programmatic Scrolling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • alvarotrigo/fullpage.jsAvatar von alvarotrigo

    alvarotrigo/fullPage.js

    35,437Auf GitHub ansehen↗

    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

    Streams through vertical or horizontal slides automatically using programmatic scrolling controls.

    JavaScriptfullpagefullscreenjavascript
    Auf GitHub ansehen↗35,437
  • bvaughn/react-virtualizedAvatar von bvaughn

    bvaughn/react-virtualized

    27,072Auf GitHub ansehen↗

    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

    Links the scroll positions of multiple separate containers so they move in unison.

    JavaScriptgridlistlistview
    Auf GitHub ansehen↗27,072
  • xi-editor/xi-editorAvatar von xi-editor

    xi-editor/xi-editor

    19,816Auf GitHub ansehen↗

    xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based

    Tracks the visible scroll region and view dimensions to synchronize the rendered state and calculate wrapping.

    Rust
    Auf GitHub ansehen↗19,816
  • flutter-team-archive/pluginsAvatar von flutter-team-archive

    flutter-team-archive/plugins

    17,710Auf GitHub ansehen↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Programmatically moves the viewport to align with specific widgets to ensure they are reachable in the UI.

    Dartandroiddartflutter
    Auf GitHub ansehen↗17,710
  • cubiq/iscrollAvatar von cubiq

    cubiq/iscroll

    12,815Auf GitHub ansehen↗

    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

    Allows jumping the scroll position to a specific target element using programmatic calls.

    JavaScript
    Auf GitHub ansehen↗12,815
  • anomalyco/opentuiAvatar von anomalyco

    anomalyco/opentui

    12,131Auf GitHub ansehen↗

    Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit

    Provides utilities to programmatically scroll nested child elements into the visible viewport.

    TypeScript
    Auf GitHub ansehen↗12,131
  • simular-ai/agent-sAvatar von simular-ai

    simular-ai/Agent-S

    11,855Auf GitHub ansehen↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Implements programmatic vertical and horizontal scrolling using pixel deltas to navigate user interfaces.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    Auf GitHub ansehen↗11,855
  • mobile-dev-inc/maestroAvatar von mobile-dev-inc

    mobile-dev-inc/Maestro

    10,788Auf GitHub ansehen↗

    Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by querying the native accessibility tree of an application, allowing for black-box testing without requiring source code instrumentation or platform-specific dependencies. The framework distinguishes itself through a unified command syntax that abstracts interactions across Android, iOS, and web environments. It features a dynamic synchronization engine that automatically pauses test execution to account for non-deterministic animations and network-dependent content loading, ensuring

    Performs swipe gestures within specific UI containers to locate elements not reachable by full-screen scrolling.

    Kotlinandroidblackbox-testingios
    Auf GitHub ansehen↗10,788
  • shopify/flash-listAvatar von Shopify

    Shopify/flash-list

    6,944Auf GitHub ansehen↗

    This project provides high-performance list components for React Native that utilize a view-recycling rendering engine. It is designed to display large datasets by reusing existing components instead of destroying and recreating them, which reduces memory usage and prevents blank cells during fast scrolling. The library distinguishes itself through a specialized virtualized list manager and support for masonry grid layouts, which allow for multiple columns with varying item heights. It includes a type-based recycling system that ensures the correct component structure is reused for specific d

    Provides commands to programmatically move the list to specific pixel offsets with animation support.

    TypeScript
    Auf GitHub ansehen↗6,944
  • tholman/elevator.jsAvatar von tholman

    tholman/elevator.js

    6,641Auf GitHub ansehen↗

    elevator.js is a lightweight JavaScript library that adds a playful, elevator-themed scroll-to-top button to a webpage. When clicked, it smoothly animates the page back to the top while playing a looping elevator music track in the background, masking the transition and adding a whimsical touch to the user experience. The library goes beyond a simple scroll-to-top button by offering configurable scroll duration, the ability to scroll to any specified DOM element with optional vertical padding, and callback hooks that fire user-defined functions at the start and end of the animation. This allo

    Moves the viewport to any specified DOM element with optional vertical padding and smooth animation.

    JavaScript
    Auf GitHub ansehen↗6,641
  • russellsamora/scrollamaAvatar von russellsamora

    russellsamora/scrollama

    5,982Auf GitHub ansehen↗

    Scrollama is a JavaScript library for scroll-driven storytelling that uses the browser's native IntersectionObserver API to trigger step-based callbacks and animations as the user scrolls through a page. It pins graphic elements using CSS sticky positioning while scrolling through associated text steps, enabling side-by-side narrative experiences without JavaScript-driven layout calculations. The library provides a configurable offset threshold system that accepts a single global offset or per-element data-attribute offsets to define the viewport position that triggers step events. It reports

    Allows setting unique viewport offsets for individual step elements via data attributes.

    HTML
    Auf GitHub ansehen↗5,982
  • cferdinandi/smooth-scrollAvatar von cferdinandi

    cferdinandi/smooth-scroll

    5,444Auf GitHub ansehen↗

    Diese JavaScript-Bibliothek für Smooth Scrolling ist ein Frontend-Utility und Viewport-Motion-Controller, der dazu entwickelt wurde, Übergänge zu Anker-Links zu animieren. Sie fängt Standard-Link-Klicks ab, um sofortige Sprünge durch flüssige Bewegungen zu den Zielelementen zu ersetzen. Die Bibliothek bietet konfigurierbare Motion-Easing-Muster und Geschwindigkeitssteuerungen zur Verwaltung von Beschleunigung und Verzögerung. Sie enthält einen Mechanismus zum sofortigen Abbrechen aktiver Animationen und unterstützt das programmatische Auslösen von Scroll-Vorgängen über direkte Funktionsaufrufe. Das Tool handhabt Positionierungs-Offsets, um zu verhindern, dass Zielinhalte hinter fixierten Headern verborgen bleiben, und synchronisiert die Browser-Adressleiste während der Übergänge. Zudem verfügt es über ein ereignisgesteuertes Callback-System, das Seiteneffekte auslöst, wenn Scroll-Animationen starten, enden oder unterbrochen werden.

    Enables programmatic viewport movement to specific DOM elements via JavaScript function calls.

    JavaScriptanchor-linksanimate-scrollingjavascript
    Auf GitHub ansehen↗5,444
  • swup/swupAvatar von swup

    swup/swup

    5,191Auf GitHub ansehen↗

    Swup ist eine Seitenübergangsbibliothek und ein AJAX-Seitenlader, der entwickelt wurde, um nahtlose, animierte Übergänge zwischen Seiten auf serverseitig gerenderten Websites zu erstellen. Er fungiert als DOM-Inhalts-Orchestrator und Browser-Verlaufsmanager, der die Navigation abfängt, um Seiteninhalte dynamisch zu ersetzen und ein Single-Page-Application-Erlebnis zu simulieren. Das Projekt zeichnet sich durch ein Hook-basiertes Lebenszyklussystem und eine Plugin-Architektur aus, die die Injektion von benutzerdefinierter Logik und Animationseffekten ermöglicht. Es unterstützt fortschrittliche visuelle Methoden, einschließlich DOM-Inhalts-Morphing, parallelem DOM-Rendering für überlappende Animationen und die Integration mit der nativen Browser-View-Transitions-API. Die Bibliothek deckt eine breite Palette an Funktionen ab, einschließlich clientseitigem Navigationsmanagement, speicherbasiertem Seitencaching und Hintergrund-Seiten-Preloading zur Leistungsoptimierung. Sie bietet zudem umfassende Wiederherstellung der Scroll-Position, Barrierefreiheitsoptimierungen für Screenreader sowie Tools zur Synchronisation von Dokument-Head-Metadaten und Skriptausführung über Übergänge hinweg.

    Applies custom attributes to target elements to enable CSS styling when they are scrolled into view.

    TypeScriptanimationjavascriptpage-transitions
    Auf GitHub ansehen↗5,191
  • samdutton/simplAvatar von samdutton

    samdutton/simpl

    5,191Auf GitHub ansehen↗

    Simpl ist eine HTML-, CSS- und JavaScript-Beispielbibliothek, die eine Sammlung minimaler funktionaler Demonstrationen von Kern-Webtechnologien und nativen Browser-APIs bereitstellt. Sie dient als Referenzimplementierung und Mustergalerie für die Frontend-Entwicklung und bietet praktische Beispiele für die Implementierung gängiger Webfunktionen. Das Projekt präsentiert eine breite Palette an Browser-Funktionen, einschließlich Echtzeit-Webkommunikation via WebSockets und WebRTC, Techniken für responsives Webdesign für adaptive Layouts sowie die Implementierung von Offline-Workflows mittels Service Workern. Es bietet zudem Demonstrationen für clientseitige Speicherung mittels IndexedDB und Browser-basierten Key-Value-Stores. Die Bibliothek deckt eine breite Oberfläche an Web-Funktionen ab, einschließlich Hardware-Integration mit Gerätesensoren und Geolokalisierung, fortschrittlicher Medienerfassung und -wiedergabe für Audio und Video sowie die Verwendung von Canvas für zwei- und dreidimensionales Grafik-Rendering. Weitere Bereiche umfassen Datenmanipulation, asynchrone Programmierung und die Verwendung von Browser-APIs zur Überwachung von Leistung und Netzwerkkonnektivität.

    Scroll the page until a specific element becomes visible within the current viewport.

    HTMLcsshtmljavascript
    Auf GitHub ansehen↗5,191
  • ant-design/ant-motionAvatar von ant-design

    ant-design/ant-motion

    4,613Auf GitHub ansehen↗

    Dies ist eine React-Animationsbibliothek, die eine Sammlung von Komponenten für die Erstellung choreografierter Bewegungen, komplexer Übergänge und SVG-Morphing bereitstellt. Sie fungiert als Spezifikation für Motion-Design und als Wrapper-System für UI-Komponentenanimationen, das verwendet wird, um 3D-Transformationen, Bezier-Kurven und Entry-Exit-Übergänge auf Schnittstellenelemente anzuwenden. Das Projekt enthält eine Suite für scrollbasierte Animationen zur Synchronisierung von UI-Bewegungen und Parallax-Effekten mit der Viewport-Position sowie ein SVG-Motion-Framework zum Animieren von Pfaden, zum inkrementellen Zeichnen von Linien und zum Interpolieren von Koordinaten für Shape-Morphing. Die Funktionen decken eine breite Palette visueller Bewegungen ab, einschließlich 3D-Effekten wie rotierenden Karussells, Datenvisualisierungsbewegungen für numerische Interpolation und interaktiven Landing-Page-Assemblies. Es verwaltet zudem komplexe Komponentenanimationen für Tabellen und Listen und bietet Tools zum Sequenzieren und Verketten von Animationen für mehrere Elemente.

    Programmatically scrolls the viewport smoothly to target elements while managing active visibility states.

    JavaScriptanimationant-motionjavascript
    Auf GitHub ansehen↗4,613
  • mescroll/mescrollAvatar von mescroll

    mescroll/mescroll

    4,459Auf GitHub ansehen↗

    mescroll ist eine JavaScript-Bibliothek für Infinite-Scroll und ein mobiler Web-Scroll-Manager, der darauf ausgelegt ist, Pull-to-Refresh- und Pull-up-Loading-Muster zu implementieren. Sie bietet ein System für den Umgang mit Touch-basiertem Scrollen, die Verwaltung von Paginierungszuständen und die Integration dieser Verhaltensweisen in Vue-Anwendungen. Die Bibliothek zeichnet sich durch spezialisierte Unterstützung für Chat-Oberflächen aus, die das Laden von Daten in umgekehrter Reihenfolge und das Einfügen von Daten in umgekehrter Richtung ermöglichen, um Nachrichtenverläufe zu simulieren. Sie enthält zudem einen zustandspersistenten Scroll-Cache, um vertikale Offsets und Listendaten zu bewahren, wenn Benutzer zwischen verschiedenen Ansichten navigieren. Das Projekt deckt ein breites Spektrum an Interaktions- und Performance-Funktionen ab, einschließlich der Unterdrückung des nativen Browser-Rubber-Bandings, Viewport-bewusstem Lazy-Loading von Bildern und programmatischer Scroll-Positionierung. Es bietet zudem Dienstprogramme zur Verwaltung von Paginierungszuständen, zur Anpassung der UI für Lade- und Leerzustände sowie zur Implementierung der Back-to-Top-Navigation.

    Enables programmatic movement of the list to specific vertical coordinates with optional smooth animations.

    Vuebouncecss3html5
    Auf GitHub ansehen↗4,459
  • fisshy/react-scrollAvatar von fisshy

    fisshy/react-scroll

    4,411Auf GitHub ansehen↗

    react-scroll ist eine Bibliothek zur Verwaltung von flüssigem und sofortigem Scroll-Verhalten zwischen Seitenelementen in React-Anwendungen. Sie fungiert als DOM-Scroll-Controller und bietet eine deklarative API sowie eine Reihe von Komponenten, um den Viewport zu spezifischen Zielelementen zu animieren. Die Bibliothek ermöglicht benutzerdefiniertes Scrollen, indem sie es dem Viewport erlaubt, sich entweder durch sofortige Sprünge oder animierte Übergänge zu Zielelementen zu bewegen. Sie bietet ein System zur Integration dieser Scroll-Logik in benutzerdefinierte Komponenten mithilfe von Mixins, um spezifische Bewegungsauslöser und Ziele zu definieren. Das Projekt deckt Viewport-Navigation und Fokus-Übergänge innerhalb von Single-Page-Application-Layouts ab und verknüpft Benutzeraktionen in React-Komponenten mit spezifischen Positionen innerhalb der Seite.

    Acts as a declarative controller for programmatically moving the viewport to specific target elements.

    JavaScript
    Auf GitHub ansehen↗4,411
  • facebookarchive/fixed-data-tableAvatar von facebookarchive

    facebookarchive/fixed-data-table

    4,269Auf GitHub ansehen↗

    Fixed-data-table ist eine React-Komponentenbibliothek, die für das Rendern großer Datensätze innerhalb strukturierter, scrollbarer Grid-Interfaces entwickelt wurde. Sie fungiert als virtualisierte Tabelle und optimiert die Leistung, indem nur die Zeilen gerendert werden, die aktuell innerhalb des Viewports sichtbar sind. Die Bibliothek zeichnet sich durch ihren Fokus auf die Wahrung des Kontexts während der Navigation aus, wobei Fixed-Header-Layouts und synchronisiertes Scroll-State-Management genutzt werden. Sie verwendet indexbasierten Datenzugriff, um Informationen auf spezifische Grid-Koordinaten abzubilden, was modulare Zellanpassungen und flexible Spaltenkonfigurationen ermöglicht. Die Komponente unterstützt umfassendes Tabellenpräsentationsmanagement, einschließlich Spaltengrößenänderung und Zeilenhöhenanpassungen. Sie bietet programmatische Kontrolle über das Scroll-Verhalten, was die Synchronisierung der Tabellenbewegung mit externen Interface-Elementen oder benutzerdefinierten Gesten ermöglicht.

    Enables programmatic control over scroll positions to synchronize table movement with external interface elements or gestures.

    JavaScript
    Auf GitHub ansehen↗4,269
  • malihu/malihu-custom-scrollbar-pluginAvatar von malihu

    malihu/malihu-custom-scrollbar-plugin

    4,082Auf GitHub ansehen↗

    Dieses Projekt ist ein jQuery-Plugin, das native Browser-Scrollbalken durch thematisierte, anpassbare Versionen ersetzt, die sowohl vertikale als auch horizontale Achsen unterstützen. Es bietet eine Navigationsebene, die darauf ausgelegt ist, ein einheitliches Scrollverhalten über Maus-, Tastatur- und Touch-fähige Geräte hinweg sicherzustellen. Das Plugin ermöglicht die Modifikation von Scrollbalken-Schienen und -Ziehern unter Verwendung von CSS und voreingestellten Themes, um die UI-Konsistenz über Browser hinweg zu wahren. Es ermöglicht die Kontrolle über das physische Gefühl der Navigation durch einstellbares Momentum, Snapping und Mausrad-Beschleunigung. Das System enthält Funktionen für die programmatische Positionierung von Inhalten, die Synchronisation interner Links und die Erkennung der Sichtbarkeit von Elementen. Es kann die Scrollbalken-Ausrichtung automatisch basierend auf den Viewport-Dimensionen umschalten und bietet einen Mechanismus, um benutzerdefinierte Funktionen auszulösen, wenn das Scrollen bestimmte Meilensteine erreicht.

    Implements methods to programmatically move the viewport to specific coordinates or halt active scrolling animations.

    JavaScript
    Auf GitHub ansehen↗4,082
  • ohif/viewersAvatar von OHIF

    OHIF/Viewers

    4,035Auf GitHub ansehen↗

    Viewers is a zero-footprint DICOMweb medical imaging viewer and a modular plugin framework. It serves as a diagnostic interface for rendering 2D and 3D medical images, providing a web-based clinical workflow engine to automate image layouts and toolsets. The project distinguishes itself through a highly extensible architecture that allows for the development of custom clinical workflows, specialized viewing modes, and the integration of external functional extensions. It includes a dedicated command line interface for managing these plugins and supports white-labeling through a comprehensive

    Cornerstone links viewports so that changes to zoom or window-leveling in one view are applied to others.

    TypeScriptcancer-imaging-researchdicomdicom-viewer
    Auf GitHub ansehen↗4,035
Vorherige12Nächste
  1. Home
  2. User Interface & Experience
  3. Scroll Areas
  4. Programmatic Scrolling

Unter-Tags erkunden

  • Element-Targeted Scrolling2 Sub-TagsProgrammatic movement of the viewport to align with a specific target element. **Distinct from Programmatic Scrolling:** Focuses on jumping to a specific element, whereas Programmatic Scrolling typically refers to coordinates.
  • Viewport SynchronizationProgrammatic linking of scroll positions across multiple UI containers. **Distinct from Programmatic Scrolling:** Focuses on linking multiple containers together, rather than single-container programmatic movement.
  • Visual Parameter SynchronizationLinking image display properties such as zoom, contrast, and window-leveling across multiple synchronized viewports. **Distinct from Viewport Synchronization:** Distinct from Viewport Synchronization (scroll-based): focuses on visual rendering parameters like window-leveling and zoom rather than just scroll positions.