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

5 repos

Awesome GitHub RepositoriesAnimation Frameworks

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

Explore 5 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. Animation Libraries
  5. Animation Frameworks

Awesome Animation Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    Provides a robust infrastructure for managing and applying consistent, high-quality animation effects across diverse web application interfaces.

    CSSanimationcsscss-animations
  • 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

    Offers a declarative infrastructure for sequencing motion across CSS, SVG, and DOM elements.

    JavaScriptanimationanimecanvas
  • bradtraversy/design-resources-for-developers

    bradtraversy/design-resources-for-developers

    64,832GitHubView on GitHub↗

    This project is a curated resource repository that serves as a comprehensive directory of design assets and development tools. It provides a structured collection of high-quality links intended to help developers discover essential resources for their technical projects and user interface designs. The directory is dis

    Shares a range of JavaScript-based frameworks for implementing complex web animations.

  • jquery/jquery

    jquery/jquery

    59,857GitHubView on GitHub↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The libr

    Automates complex timing and sequencing for visual transitions and movement on web elements.

    JavaScriptjquery
  • 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

    Reactive state changes drive dynamic animations by interpolating values directly into element styles, ensuring smooth visual updates during user interactions.

    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.