7 مستودعات
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.
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.
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.
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.
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.
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.
React-anime هو إطار عمل حركة تصريحي مصمم لدمج قدرات الرسوم المتحركة في واجهات المستخدم القائمة على المكونات. يعمل كمكتبة لتحريك خصائص CSS و SVG و DOM عن طريق تعيين خصائص المكون مباشرة إلى حالات الرسوم المتحركة، مما يسمح للمطورين بتحديد الحركة من خلال بنية قائمة على المكونات. تتميز المكتبة بقدرتها على إدارة تسلسلات الرسوم المتحركة الهرمية وانتقالات دورة الحياة المؤتمتة. توفر أدوات لتنسيق تأثيرات الحركة المعقدة والمتداخلة وتتعامل مع دخول وخروج العناصر عند إضافتها إلى الواجهة أو إزالتها منها. من خلال استخدام تعيين الحالة القائم على الخصائص (prop-driven)، فإنها تقوم بمزامنة الحركة المرئية مع تغييرات البيانات الأساسية. بعيداً عن الانتقالات الأساسية، يدعم إطار العمل إنشاء تأثيرات متتالية من خلال حسابات التوقيت والتأخير المتداخلة. يمكن من تجميع حاويات رسوم متحركة متعددة لتنسيق الحركة المتزامنة عبر عناصر الواجهة ذات الصلة. يتم توزيع المشروع كحزمة قائمة على TypeScript للاستخدام داخل أشجار المكونات.
Defines complex animation sequences and timing offsets directly through component props.
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.