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
·

3 Repos

Awesome GitHub RepositoriesScroll Access Controllers

Mechanisms to dynamically enable or disable scrolling and keyboard navigation based on application state.

Distinct from Scroll State Controllers: Focuses specifically on toggling the ability to scroll, whereas Scroll State Controllers manage the position and velocity of the scroll.

Explore 3 awesome GitHub repositories matching user interface & experience · Scroll Access Controllers. Refine with filters or upvote what's useful.

Awesome Scroll Access Controllers 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

    Allows dynamically enabling or disabling scrolling and keyboard navigation for specific directions.

    JavaScriptfullpagefullscreenjavascript
    Auf GitHub ansehen↗35,437
  • swiftuix/swiftuixAvatar von SwiftUIX

    SwiftUIX/SwiftUIX

    8,067Auf GitHub ansehen↗

    SwiftUIX is a framework extension and component library that provides specialized layout tools and native platform bridges for SwiftUI. It functions as a declarative toolkit for building macOS and iOS applications by adding missing native components and expanded interface elements to the standard library. The project focuses on bridging declarative state to native imperative APIs, particularly for macOS desktop interfaces. It includes specialized controls for window visibility, navigation bar appearance, and system status bar integration, as well as tools for managing system activity controll

    Implements mechanisms to dynamically enable or disable scrolling based on application state.

    Swiftattributedstringbackwards-compatibilitycollection-view
    Auf GitHub ansehen↗8,067
  • microsoft/faraAvatar von microsoft

    microsoft/fara

    5,901Auf GitHub ansehen↗

    FARA is a visual computer-use agent model that controls a browser by predicting screen coordinates for clicking, typing, and scrolling, without relying on DOM or accessibility trees. It is designed to automate multi-step web tasks such as searching, form filling, booking, and shopping by reasoning over visual state and decomposing tasks into sequential actions. The model uses a compact 7-billion-parameter decoder-only transformer that can run on consumer GPUs for low-latency on-device inference, or be deployed as a managed endpoint on Azure Foundry for cloud-based inference without local infr

    Perceives webpages and performs scrolling, typing, and clicking on predicted coordinates without accessibility trees.

    Pythonagentbrowser-usecomputer-use
    Auf GitHub ansehen↗5,901
  1. Home
  2. User Interface & Experience
  3. Scroll Interaction Handlers
  4. Scroll State Controllers
  5. Scroll Access Controllers

Unter-Tags erkunden

  • Visual Computer ControllersSystems that perceive webpages and perform actions like scrolling, typing, and clicking on predicted coordinates. **Distinct from Scroll Access Controllers:** Distinct from Scroll Access Controllers: focuses on visual perception-based action prediction, not just scroll toggling.