awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Frame Execution and Synchronization · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesFrame Execution and Synchronization

Low-level mechanisms for controlling render loops, frame rates, and per-frame callbacks, distinct from high-level playback control.

Explore 1 awesome GitHub repository matching user interface & experience · Frame Execution and Synchronization. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Animation and Motion Systems
  4. Configuration and Utility Helpers
  5. Animation Configuration
  6. Frame Execution and Synchronization

Awesome Frame Execution and Synchronization 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

Explore sub-tags

  • Animation Frame Rate ControlsUtilities for adjusting the playback speed and smoothness of animation sequences by setting frame rates.
  • Animation LoopsMechanisms that update animation properties during browser repaint cycles to ensure smooth visual transitions.
  • Animation Render CallbacksFunctions that allow developers to execute custom logic or logging during every animation frame render.