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

2 repos

Awesome GitHub RepositoriesAnimation Frameworks

Comprehensive libraries that provide the infrastructure to create, manage, and sequence complex motion and transition effects.

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

  1. Home
  2. User Interface & Experience
  3. Animation and Motion Systems
  4. Core Frameworks and Engines
  5. Animation Frameworks

Awesome Animation Frameworks GitHub Repositories

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

    juliangarnier/anime

    66,553GitHubView on GitHub↗

    This project is a declarative motion framework and JavaScript animation engine designed to transition CSS properties, SVG attributes, and DOM elements. It provides a comprehensive set of tools for creating complex, multi-part motion sequences by synchronizing animations, timers, and callbacks into a single, unified tim

    JavaScriptanimationanimecanvas
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Animation Completion UtilitiesMethods that force an animation to jump immediately to its final state to resolve sequences or transitions.
  • Animation Lifecycle CallbacksHooks that execute custom logic at specific stages of an animation sequence.
  • Animation Playback ControlsMethods for pausing, resuming, and manipulating the execution state of animation timers.
CSS Transition Applications
Automated application of CSS classes to elements during lifecycle events like insertion or removal.
  • State-driven AnimationsAnimations that automatically update based on changes to reactive application state.
  • Timeline Initialization MethodsMethods for pre-calculating and setting initial states of animated elements before playback begins.
  • Timeline Manipulation UtilitiesMethods for programmatically jumping, seeking, or completing animation sequences to specific states.
  • Timeline ResettersMethods to clear progress and timing properties to return an animation to its initial state.
  • Timer Management UtilitiesFunctions for controlling the lifecycle and completion state of animation timers.
  • Timer Reset UtilitiesFunctions to revert animation timers to their initial state.
  • Transition Sequencing ControlsConfiguration for managing the timing and order of entering and leaving elements in visual transitions.