2 repos
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.
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.
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.