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

3 repos

Awesome GitHub RepositoriesProgrammatic Animation APIs

Low-level developer interfaces for managing animation lifecycles, timing, and per-frame updates, distinct from high-level component frameworks.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Programmatic Animation APIs. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Media Production Suites
  4. Animation Tools
  5. Programmatic Animation APIs

Awesome Programmatic Animation APIs GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • 3b1b/manim

    3b1b/manim

    84,611GitHubView on GitHub↗

    Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built

    Python3b1b-videosanimationexplanatory-math-videos
  • animate-css/animate.css

    animate-css/animate.css

    82,632GitHubView on GitHub↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definit

    CSSanimationcsscss-animations

Explore sub-tags

  • Animation Lifecycle HooksAPIs that wrap animation events in promises to enable the sequencing of complex motion lifecycles.
  • Animation MethodsProgrammatic methods used to define and execute specific animation behaviors within a scene.
  • Animation Timing UtilitiesUtilities for controlling animation timing parameters such as duration, iteration counts, and delays.
  • State Transition AnimatorsAnimators that track and tween numerical state changes to facilitate smooth transitions between values.