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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • juliangarnier/animeAvatar de juliangarnier

    juliangarnier/anime

    69,932Ver en 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 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
    Ver en GitHub↗69,932
  • framer/motionAvatar de framer

    framer/motion

    32,388Ver en GitHub↗

    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
    Ver en GitHub↗32,388
  • greensock/greensock-jsAvatar de greensock

    greensock/GreenSock-JS

    25,916Ver en GitHub↗

    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
    Ver en GitHub↗25,916
  • alexfoxy/laxxxAvatar de alexfoxy

    alexfoxy/laxxx

    10,484Ver en GitHub↗

    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
    Ver en GitHub↗10,484
  • tweenjs/tween.jsAvatar de tweenjs

    tweenjs/tween.js

    10,124Ver en GitHub↗

    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
    Ver en GitHub↗10,124
  • bendc/animateplusAvatar de bendc

    bendc/animateplus

    5,941Ver en GitHub↗

    animateplus es una biblioteca de animación ligera en JavaScript diseñada para crear transiciones visuales de alto rendimiento a 60 FPS e interpolaciones numéricas para elementos web. Funciona como un motor de animación basado en promesas, utilizando patrones async/await para secuenciar líneas de tiempo de movimiento complejas y retardos de tiempo. La biblioteca incluye un simulador de desenfoque de movimiento (motion blur) que aplica desenfoque de velocidad direccional a lo largo de los ejes X e Y para imitar alta velocidad. También proporciona una herramienta de interpolación numérica para transicionar colores y propiedades gráficas entre estados. El sistema gestiona el control de elementos de alto rendimiento, permitiendo iniciar, detener y retrasar animaciones con precisión. Además, admite efectos de movimiento dinámicos a través de callbacks frame-by-frame que pueden activar lógica externa durante el progreso de una animación.

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

    JavaScript
    Ver en GitHub↗5,941
  • web-animations/web-animations-jsAvatar de web-animations

    web-animations/web-animations-js

    3,774Ver en GitHub↗

    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
    Ver en GitHub↗3,774
  1. Home
  2. User Interface & Experience
  3. Component Utilities
  4. Animation Engines
  5. JavaScript Animation APIs

Explorar subetiquetas

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