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

2 repos

Awesome GitHub RepositoriesDeclarative Animation Frameworks

Tools for defining complex UI motion through component properties instead of imperative state management.

Distinguishing note: Emphasizes the declarative programming model for motion over manual frame-by-frame control.

Explore 2 awesome GitHub repositories matching user interface & experience · Declarative Animation Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Declarative Animation Frameworks

Awesome Declarative Animation Frameworks 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

    Defining complex motion and visual transitions using simple component properties rather than manually managing imperative animation state changes.

    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

    Manages entry, exit, and layout changes of interface elements through a declarative system.

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