awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesJavaScript Animation APIs

Methods for implementing animations directly via JavaScript.

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

Awesome JavaScript Animation APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • juliangarnier/animeAvatar von juliangarnier

    juliangarnier/anime

    69,932Auf GitHub ansehen↗

    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 timeline. The library distinguishes itself through a robust timeline-based sequence orchestrator that allows for precise timing, label-based control, and hierarchical nesting of animations. It also features a physics-driven interaction library that enables draggable elements with c

    Exposes a programmatic interface for executing and controlling animations directly within web applications.

    JavaScriptanimationanimecanvas
    Auf GitHub ansehen↗69,932
  • framer/motionAvatar von framer

    framer/motion

    32,388Auf GitHub ansehen↗

    Framer Motion is a React animation library and hardware-accelerated motion engine. It provides a suite of systems for managing declarative transitions, automated layout interpolation, and animation states within React user interfaces. The project distinguishes itself through a layout transition orchestrator that automatically interpolates visual changes when elements shift position or size. It includes an interactive gesture system to trigger motion based on drags, hovers, and taps, as well as tools for binding animation progress to scroll positions. The library covers a broad range of motio

    Provides a hardware-accelerated motion engine that leverages native browser APIs for smooth frame rates.

    TypeScript
    Auf GitHub ansehen↗32,388
  • greensock/greensock-jsAvatar von greensock

    greensock/GreenSock-JS

    25,916Auf GitHub ansehen↗

    GreenSock-JS is a JavaScript animation library and framework designed for animating CSS properties, SVG attributes, and JavaScript values. It functions as a scroll-driven animation engine and a sequencing system for coordinating multiple animations into a single timeline for precise execution across web browsers. The project provides tools for creating interactive scroll effects by linking animation progress to a user's scroll position. It also includes a responsive animation framework that adjusts behaviors and timing based on media queries to maintain consistency across different device scr

    Provides high-level JavaScript APIs for implementing precise animations on web elements and SVG graphics.

    JavaScript
    Auf GitHub ansehen↗25,916
  • alexfoxy/laxxxAvatar von alexfoxy

    alexfoxy/laxxx

    10,484Auf GitHub ansehen↗

    laxxx is a lightweight JavaScript framework for creating scroll-driven animations and DOM element bindings. It functions as a CSS interpolation engine and animation utility that maps numeric driver values to HTML attributes and styles in real time. The framework specializes in linking visual properties to scroll position and velocity, featuring built-in inertia to smooth out transitions and prevent abrupt visual jumps. It utilizes a driver-based system to generate numeric streams from inputs like mouse movement or time, which are then transformed into CSS outputs through easing equations and

    Provides a vanilla JavaScript API for managing complex animation interpolations and easing functions.

    JavaScript
    Auf GitHub ansehen↗10,484
  • tweenjs/tween.jsAvatar von tweenjs

    tweenjs/tween.js

    10,124Auf GitHub ansehen↗

    tween.js is a JavaScript animation engine and numeric interpolation library. It is designed to calculate intermediate values between a start and end state over time, using easing functions to create smooth transitions for numeric values and object properties. The project functions as both an animation sequence manager and an easing library, allowing for the coordination of concurrent animation groups and the chaining of multiple transitions. It provides tools for managing the rate of change through acceleration and deceleration functions. The library covers a broad range of motion capabiliti

    Provides a comprehensive JavaScript API for implementing smooth numeric and object property animations.

    TypeScriptanimationeasingeasing-curves
    Auf GitHub ansehen↗10,124
  • bendc/animateplusAvatar von bendc

    bendc/animateplus

    5,941Auf GitHub ansehen↗

    animateplus ist eine leichtgewichtige JavaScript-Animationsbibliothek für performante 60-FPS-Visual-Transitions und numerische Interpolationen von Web-Elementen. Sie fungiert als Promise-basierte Animations-Engine und nutzt Async-Await-Muster, um komplexe Bewegungsabläufe und Zeitverzögerungen zu sequenzieren. Die Bibliothek enthält einen Motion-Blur-Simulator, der richtungsabhängige Bewegungsunschärfe auf der X- und Y-Achse anwendet, um hohe Geschwindigkeiten zu simulieren. Zudem bietet sie ein Tool zur numerischen Interpolation, um Farben und grafische Eigenschaften zwischen Zuständen zu überblenden. Das System ermöglicht eine präzise Steuerung von Elementen, einschließlich Starten, Stoppen und Verzögern von Animationen. Darüber hinaus werden dynamische Bewegungseffekte durch Frame-by-Frame-Callbacks unterstützt, die während des Animationsverlaufs externe Logik auslösen können.

    A lightweight JavaScript library for creating high-performance 60 FPS animations and smooth visual transitions.

    JavaScript
    Auf GitHub ansehen↗5,941
  • web-animations/web-animations-jsAvatar von web-animations

    web-animations/web-animations-js

    3,774Auf GitHub ansehen↗

    This project is a browser animation library and DOM animation engine that serves as a JavaScript polyfill for the Web Animations API. It provides a programmatic interface for driving visual property changes and transitions of document elements within web browsers. The library enables programmatic UI animation and dynamic document styling using keyframes and precise timing configurations. It supports a unified interface for both standard web elements and vector graphics animation.

    Implements a JavaScript version of the Web Animations API for smooth motion and visual transitions.

    JavaScript
    Auf GitHub ansehen↗3,774
  1. Home
  2. User Interface & Experience
  3. Component Utilities
  4. Animation Engines
  5. JavaScript Animation APIs

Unter-Tags erkunden

  • Hardware-Accelerated EnginesJavaScript-based animation systems optimized for GPU rendering and high frame rates. **Distinct from JavaScript Animation APIs:** Focuses on the hardware-accelerated engine implementation rather than general JS animation APIs.
  • Web Animations API PolyfillsJavaScript implementations that provide the Web Animations API in browsers where it is not natively supported. **Distinct from JavaScript Animation APIs:** Distinct from JavaScript Animation APIs: specifically implements the standardized Web Animations API specification as a polyfill.