awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Scroll-Driven Animation Tools · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesScroll-Driven Animation Tools

Utilities that synchronize visual transitions and property changes with the user's scroll position.

Distinguishing note: Specifically targets scroll-linked behavior rather than general time-based animation.

Explore 2 awesome GitHub repositories matching user interface & experience · Scroll-Driven Animation Tools. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Scroll-Driven Animation Tools

Awesome Scroll-Driven Animation Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • motiondivision/motion

    motiondivision/motion

    31,047View on GitHub↗

    Motion is a high-performance animation library that provides a unified, declarative architecture for managing visual transitions and motion states across web interfaces. By utilizing a lightweight engine, it allows developers to define complex animations through component properties rather than manual DOM manipulation, ensuring consistent behavior across various component-based frameworks and vanilla JavaScript environments. The library distinguishes itself through a sophisticated physics-based motion engine that simulates natural movement using mass, damping, and stiffness parameters. It inc

    The animation library links property values directly to the scroll offset to trigger animations or visual transitions as elements move through the visible viewport area.

    TypeScriptanimationanimation-jsmotion
    31,047View on GitHub↗
  • pmndrs/react-spring

    pmndrs/react-spring

    29,042View on GitHub↗

    React-spring is a physics-based animation library designed to create fluid, natural motion for user interface elements and three-dimensional objects. It functions as a declarative motion framework that maps state changes to animated property values, utilizing spring physics—defined by mass, tension, and friction—rather than traditional time-based easing functions to calculate transitions. The library distinguishes itself through a rendering-agnostic architecture that decouples animation logic from specific UI frameworks, allowing for consistent application across web interfaces, 3D scenes, an

    Links visual effects and element displacements to the user scroll position to create immersive navigation experiences.

    TypeScriptanimation-libraryreactreact-spring
    29,042View on GitHub↗