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

2 repos

Awesome GitHub RepositoriesAnimation Engines

Tools for creating visual transitions and motion effects.

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

  1. Home
  2. User Interface & Experience
  3. UI Utilities
  4. Animation Engines

Awesome Animation Engines 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
  • 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

    JavaScriptjquery

Explore sub-tags

  • Animation ConfigurationsSettings that define the timing, easing, and behavioral parameters of animation sequences.
  • Animation ControllersTools for managing the playback, timing, and state transitions of animated elements.
  • Animation Lifecycle ManagementMethods for starting, stopping, and resetting the state of active animations.
  • Animation TargetsObjects or elements that serve as the subject of animation property updates.
CSS Transform Animations
Capabilities for animating individual CSS transform properties like translate, rotate, and scale.
  • Dynamic Animation ControllersTools for updating animation parameters and target states during active execution sequences.
  • HTML Attribute AnimatorsTools that modify standard HTML element attributes during animation sequences.
  • JavaScript Animation APIsMethods for implementing animations directly via JavaScript.
  • Physics-Based Motion ModelsSimulates physical properties like friction and mass for realistic interaction behavior.
  • Property Mutation EnginesSystems that apply computed values to object properties.
  • Timeline Animation ControllersTools for managing the playback, sequencing, and state of time-based animation sequences.
  • Tweening LibrariesTools that calculate intermediate values between states using easing functions to produce smooth transitions.