awesome-repositories.com
Blog
awesome-repositories.com

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

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

bendc/animateplus

0
View on GitHub↗
5,941 Stars·279 Forks·JavaScript·MIT·3 Aufrufe

Animateplus

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.

Features

  • JavaScript Animation Libraries - Implements a high-performance 60 FPS animation engine for creating smooth visual transitions on website elements.
  • JavaScript Animation APIs - A lightweight JavaScript library for creating high-performance 60 FPS animations and smooth visual transitions.
  • Value Interpolation Engines - Calculates fluid intermediate numeric and color values between states to create smooth visual transitions.
  • Numeric Range Interpolators - Interpolates numeric values and colors between states to create fluid transitions for graphic properties.
  • Animation Sequence Promises - Uses JavaScript promises and async await patterns to sequence complex motion timelines.
  • Motion Blur - Implements motion blur by simulating pixel blurring based on the velocity of moving UI elements.
  • Animation Timelines - Orchestrates and manages the sequential execution of multiple animation events over a timed timeline.
  • Animation Performance Tuning - Manages the precise start, stop, and delay of animations to ensure fluid 60 FPS user interface interactions.
  • Property Interpolators - Interpolates numeric values and colors to create smooth transitions for graphic properties of DOM elements.
  • Animation Sequencing - Coordinates the timing and order of multiple animations using promise-based sequencing.
  • Asynchronous Task Delays - Provides battery-efficient, promise-based delays to pause execution within an asynchronous animation flow.
  • RequestAnimationFrame Loops - Synchronizes visual updates with the browser refresh rate using requestAnimationFrame for smooth motion.
  • Frame Callbacks - Triggers user-defined functions on every animation frame to synchronize external logic with visual progress.
  • Animation Controllers - Allows for the immediate termination of all running animations on specific elements to prevent further movement.
  • Animation Registries - Provides a registry of active animations tied to DOM elements to enable immediate targeted halting.
  • Motion Effects - Adds visual polish using simulated motion blur and frame-by-frame callbacks that react to animation progress.
  • Animation Libraries - Lightweight and performant library for CSS and SVG animations.
  • Animations and Motion - A tiny library for high-performance animations.
  • General Animation Engines - Modern animation module for the web.

Star-Verlauf

Star-Verlauf für bendc/animateplusStar-Verlauf für bendc/animateplus

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Animateplus

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Animateplus.
  • 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

    TypeScriptanimationeasingeasing-curves
    Auf GitHub ansehen↗10,124
  • 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

    JavaScriptanimationanimecanvas
    Auf GitHub ansehen↗69,932
  • 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

    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

    JavaScript
    Auf GitHub ansehen↗10,484
Alle 30 Alternativen zu Animateplus anzeigen→

Häufig gestellte Fragen

Was macht bendc/animateplus?

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.

Was sind die Hauptfunktionen von bendc/animateplus?

Die Hauptfunktionen von bendc/animateplus sind: JavaScript Animation Libraries, JavaScript Animation APIs, Value Interpolation Engines, Numeric Range Interpolators, Animation Sequence Promises, Motion Blur, Animation Timelines, Animation Performance Tuning.

Welche Open-Source-Alternativen gibt es zu bendc/animateplus?

Open-Source-Alternativen zu bendc/animateplus sind unter anderem: tweenjs/tween.js — tween.js is a JavaScript animation engine and numeric interpolation library. It is designed to calculate intermediate… juliangarnier/anime — This project is a declarative motion framework and JavaScript animation engine designed to transition CSS properties,… greensock/greensock-js — GreenSock-JS is a JavaScript animation library and framework designed for animating CSS properties, SVG attributes,… alexfoxy/laxxx — laxxx is a lightweight JavaScript framework for creating scroll-driven animations and DOM element bindings. It… julianshapiro/velocity — Velocity is a JavaScript animation library used to create high-performance CSS and SVG animations. It functions as a… attackondobby/ios-core-animation-advanced-techniques — This project is a technical guide and implementation library for advanced visual effects and hardware-accelerated…