awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesDeclarative Animation Libraries

Tools that allow defining visual transitions and states through properties or configuration rather than imperative DOM manipulation.

Distinguishing note: Specifically targets declarative state-based animation interfaces.

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

Awesome Declarative Animation Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • motiondivision/motionmotiondivision का अवतार

    motiondivision/motion

    32,375GitHub पर देखें↗

    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

    A programming interface that defines visual transitions and motion states through component properties rather than manual DOM manipulation.

    TypeScriptanimationanimation-jsmotion
    GitHub पर देखें↗32,375
  • vueuse/vueusevueuse का अवतार

    vueuse/vueuse

    22,092GitHub पर देखें↗

    This project is a comprehensive collection of modular, reactive functions designed to streamline the development of user interfaces. It serves as a toolkit for managing application state, wrapping native browser hardware and system features, and encapsulating common logic patterns into reusable units. By binding asynchronous data sources, browser events, and system properties to component state, it provides a unified framework for building interactive web and desktop applications. The library distinguishes itself through its focus on composition and lifecycle management, allowing developers t

    Provides tools that allow defining visual transitions and states through properties or configuration rather than imperative DOM manipulation.

    TypeScriptcomposableutility-libraryvue
    GitHub पर देखें↗22,092
  • mojs/mojsmojs का अवतार

    mojs/mojs

    18,710GitHub पर देखें↗

    This project is a declarative animation library and high-performance engine designed for creating fluid, interactive vector motion graphics on the web. It provides a specialized framework for defining, rendering, and orchestrating complex visual sequences, including custom geometric shapes and dynamic property transitions. The library distinguishes itself through a robust particle system framework that generates explosive or organic visual effects by emitting multiple shapes with randomized trajectories and paths. It utilizes a master timeline controller to synchronize independent animation i

    Offers a declarative library for creating fluid, interactive vector animations and complex particle effects on the web.

    CoffeeScriptanimationburstdesign
    GitHub पर देखें↗18,710
  • theatre-js/theatretheatre-js का अवतार

    theatre-js/theatre

    12,476GitHub पर देखें↗

    Theatre is a motion graphics and animation library designed for the web. It functions as a declarative state animation engine that manages the properties of visual elements over time, allowing developers to create complex, time-based sequences and interactive motion graphics directly within the browser. The framework distinguishes itself through its focus on audio-synced animation, providing tools to coordinate visual motion sequences with external sound files. By utilizing a declarative animation graph and keyframe-based property interpolation, it enables the creation of rhythmic, music-driv

    Functions as a declarative state animation engine for managing visual properties over time.

    TypeScriptanimationdevtoolsgenerative-art
    GitHub पर देखें↗12,476
  • anijs/anijsanijs का अवतार

    anijs/anijs

    3,902GitHub पर देखें↗

    AniJS एक JavaScript एनिमेशन लाइब्रेरी और DOM एलिमेंट एनिमेशन इंजन है, जिसका उपयोग HTML एलिमेंट्स पर विज़ुअल ट्रांज़िशन और मोशन इफेक्ट्स को व्यवस्थित करने के लिए किया जाता है। यह यूजर इंटरफेस के विज़ुअल फ्लो को बेहतर बनाने के लिए मोडल और मेनू जैसे एनिमेटेड वेब घटकों को बनाने के लिए एक टूल के रूप में कार्य करता है। यह लाइब्रेरी वेब इंटरफेस एनिमेशन के लिए एक घोषणात्मक (declarative) दृष्टिकोण का उपयोग करती है, जिससे हर ट्रांज़िशन के लिए मैन्युअल कोड की आवश्यकता के बिना विज़ुअल स्टाइलिंग और मोशन इफेक्ट्स को लागू किया जा सकता है। यह ऐसे इंटरैक्टिव UI घटकों के निर्माण को सक्षम बनाता है जो ट्रिगर किए गए एलिमेंट एनिमेशन के सिस्टम के माध्यम से उपयोगकर्ता की क्रियाओं पर प्रतिक्रिया करते हैं। यह फ्रेमवर्क इन ट्रांज़िशन को एट्रिब्यूट-आधारित कॉन्फ़िगरेशन और घोषणात्मक एनिमेशन मैपिंग के माध्यम से प्रबंधित करता है, जो ट्रिगर एलिमेंट्स को टारगेट घटकों से जोड़ता है। यह उपयोगकर्ता की बातचीत के आधार पर विज़ुअल मूवमेंट को निष्पादित करने के लिए इवेंट-संचालित मैकेनिज्म और CSS-संचालित स्टेट ट्रांज़िशन का उपयोग करता है।

    Implements a declarative approach to creating motion effects and visual transitions in web interfaces.

    JavaScript
    GitHub पर देखें↗3,902
  • motiondivision/motion-vuemotiondivision का अवतार

    motiondivision/motion-vue

    2,185GitHub पर देखें↗

    Motion-vue is a declarative animation library for Vue that provides a framework for building fluid, high-performance user interface motion. It enables developers to define complex animation states and transitions using code-based variants and spring-driven physics, ensuring that visual updates remain synchronized with component lifecycles and application state. The library distinguishes itself through a layout projection engine that tracks element coordinates to animate transitions between layout states, and a gesture-driven input pipeline that maps pointer and scroll interactions to animatio

    Provides a declarative animation library for Vue that enables spring physics, gesture support, and layout transitions.

    TypeScriptanimationframer-motionmotion
    GitHub पर देखें↗2,185
  • plus1tv/react-animeplus1tv का अवतार

    plus1tv/react-anime

    1,563GitHub पर देखें↗

    React-anime घटक-आधारित यूज़र इंटरफ़ेस में एनीमेशन क्षमताओं को एकीकृत करने के लिए डिज़ाइन किया गया एक घोषणात्मक गति फ्रेमवर्क है। यह घटक गुणों को सीधे एनीमेशन राज्यों में मैप करके CSS, SVG और DOM गुणों को एनिमेट करने के लिए एक लाइब्रेरी के रूप में कार्य करता है, जो डेवलपर्स को घटक-आधारित आर्किटेक्चर के माध्यम से गति को परिभाषित करने की अनुमति देता है। यह लाइब्रेरी पदानुक्रमित एनीमेशन अनुक्रमों और स्वचालित लाइफसाइकिल संक्रमणों को प्रबंधित करने की अपनी क्षमता के माध्यम से खुद को अलग करती है। यह जटिल, नेस्टेड गति प्रभावों को ऑर्केस्ट्रेट करने के लिए टूल प्रदान करती है और इंटरफ़ेस में जोड़े जाने या हटाए जाने पर तत्वों के प्रवेश और निकास को संभालती है। प्रॉप-संचालित स्टेट मैपिंग का उपयोग करके, यह अंतर्निहित डेटा परिवर्तनों के साथ विज़ुअल गति को सिंक्रोनाइज़ करती है। बुनियादी संक्रमणों से परे, फ्रेमवर्क स्टैगर टाइमिंग और देरी गणना के माध्यम से कैस्केडिंग प्रभावों के निर्माण का समर्थन करता है। यह संबंधित इंटरफ़ेस तत्वों में सिंक्रोनाइज़्ड गति का समन्वय करने के लिए कई एनीमेशन कंटेनरों के समूहीकरण को सक्षम बनाता है। प्रोजेक्ट को घटक पेड़ों के भीतर उपयोग के लिए TypeScript-आधारित पैकेज के रूप में वितरित किया जाता है।

    Provides a declarative framework for animating CSS, SVG, and DOM properties through component-based property mapping.

    TypeScriptanimationanimedynamic
    GitHub पर देखें↗1,563
  1. Home
  2. User Interface & Experience
  3. Declarative Animation Libraries