awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesDeclarative Motion Frameworks

Systems for defining animations through structured data rather than imperative code.

Distinguishing note: Focuses on declarative animation definitions rather than general UI frameworks.

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

Awesome Declarative Motion Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • airbnb/lottie-webالصورة الرمزية لـ airbnb

    airbnb/lottie-web

    31,926عرض على GitHub↗

    This project is a cross-platform animation engine and vector animation player designed to render complex motion graphics within web browsers. It functions as a declarative motion framework, allowing developers to decouple visual design from application logic by using structured data files to define sophisticated animations. The library distinguishes itself by offering multiple rendering paths, including native support for vector graphics through the browser document object model and raster-based drawing via canvas elements. It utilizes a dedicated property interpolation engine to calculate ke

    Defines sophisticated animations through structured data files that decouple design from logic.

    JavaScript
    عرض على GitHub↗31,926
  • popmotion/popmotionالصورة الرمزية لـ Popmotion

    Popmotion/popmotion

    20,171عرض على GitHub↗

    Popmotion is a JavaScript animation library and declarative motion engine designed for creating programmatic motion and interactive transitions within web user interfaces. It provides a functional animation API that allows developers to define complex animation sequences through configuration objects rather than manual frame management. The engine utilizes a functional approach to animate user interface elements, implementing spring-based physics simulations to mimic real-world momentum. It employs interpolation-based value mapping and functional transformations to translate animation progres

    Provides a system for defining complex animation sequences using structured configuration objects instead of imperative code.

    JavaScriptanimationcssjavascript-motion-engine
    عرض على GitHub↗20,171
  • n3r4zzurr0/svg-spinnersالصورة الرمزية لـ n3r4zzurr0

    n3r4zzurr0/svg-spinners

    6,989عرض على GitHub↗

    svg-spinners is a collection of animated vector loading indicators. It serves as an SVG spinner library that provides a set of reusable graphics used to signal background processes or page loads. The project consists of a CSS animation library and a SMIL animation collection. It utilizes both CSS-driven keyframe animations and the Synchronized Multimedia Integration Language to create rotating and pulsing visuals. These assets are designed for frontend integration to provide user interface feedback. The library employs SVG-native shape rendering and fixed-dimension viewport scaling to ensure

    Implements animations through declarative markup in SVG and CSS, removing the need for external JavaScript execution.

    SVGsvg-animated-icons
    عرض على GitHub↗6,989
  • vueuse/motionالصورة الرمزية لـ vueuse

    vueuse/motion

    2,756عرض على GitHub↗

    Motion is a declarative animation framework designed for Vue applications. It provides a system for defining complex visual states and element transformations through an object-based syntax, allowing developers to manage interface motion directly within component templates. The library distinguishes itself by utilizing a physics-driven engine that calculates frame-by-frame values using spring-based mathematical models. This approach enables natural movement and fluid transitions between visual states without the need for manual keyframe management. By leveraging a fine-grained reactivity syst

    Provides a declarative system for defining visual states and complex element transformations using an object-based syntax.

    TypeScriptcomposablecomposition-apimotion
    عرض على GitHub↗2,756
  • xotahal/react-native-motionالصورة الرمزية لـ xotahal

    xotahal/react-native-motion

    2,078عرض على GitHub↗

    React Native Motion is a cross-platform animation library designed for building fluid transitions and motion effects within mobile applications. It functions as a declarative engine that parses static configuration objects to orchestrate complex visual sequences and interface updates. The library distinguishes itself through a native-driven execution model that processes animation frames directly on the native UI thread, bypassing the JavaScript bridge to maintain performance. It provides specialized tools for shared element transitions, which track component geometry across navigation bounda

    Defines animation parameters as static objects that the engine parses to orchestrate complex visual sequences.

    JavaScriptanimationreact-nativeux
    عرض على GitHub↗2,078
  • plus1tv/react-animeالصورة الرمزية لـ plus1tv

    plus1tv/react-anime

    1,563عرض على GitHub↗

    React-anime هو إطار عمل حركة تصريحي مصمم لدمج قدرات الرسوم المتحركة في واجهات المستخدم القائمة على المكونات. يعمل كمكتبة لتحريك خصائص CSS و SVG و DOM عن طريق تعيين خصائص المكون مباشرة إلى حالات الرسوم المتحركة، مما يسمح للمطورين بتحديد الحركة من خلال بنية قائمة على المكونات. تتميز المكتبة بقدرتها على إدارة تسلسلات الرسوم المتحركة الهرمية وانتقالات دورة الحياة المؤتمتة. توفر أدوات لتنسيق تأثيرات الحركة المعقدة والمتداخلة وتتعامل مع دخول وخروج العناصر عند إضافتها إلى الواجهة أو إزالتها منها. من خلال استخدام تعيين الحالة القائم على الخصائص (prop-driven)، فإنها تقوم بمزامنة الحركة المرئية مع تغييرات البيانات الأساسية. بعيداً عن الانتقالات الأساسية، يدعم إطار العمل إنشاء تأثيرات متتالية من خلال حسابات التوقيت والتأخير المتداخلة. يمكن من تجميع حاويات رسوم متحركة متعددة لتنسيق الحركة المتزامنة عبر عناصر الواجهة ذات الصلة. يتم توزيع المشروع كحزمة قائمة على TypeScript للاستخدام داخل أشجار المكونات.

    Defines complex animation sequences and timing offsets directly through component props.

    TypeScriptanimationanimedynamic
    عرض على GitHub↗1,563
  • nitin42/animate-componentsالصورة الرمزية لـ nitin42

    nitin42/animate-components

    907عرض على GitHub↗

    Animate Components is a motion framework that provides a collection of declarative primitives for managing visual transitions and animation sequences within web applications. It functions as a component-based library designed to standardize motion behavior, ensuring that interface elements move and transition consistently across different parts of a project. The library distinguishes itself through a framework-neutral architecture that bridges animation logic with various component models. By utilizing a declarative interface, it allows developers to compose complex motion patterns and synchr

    Enables layering of animation sequences through structured declarative definitions.

    JavaScriptanimate-componentsanimationscreate-react-app
    عرض على GitHub↗907
  1. Home
  2. User Interface & Experience
  3. Declarative Motion Frameworks