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

1 repo

Awesome GitHub RepositoriesAnimation Lifecycle Hooks

Event listeners that track and respond to the various stages of an animation's operational lifecycle.

Explore 1 awesome GitHub repository matching user interface & experience · Animation Lifecycle Hooks. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Animation and Motion Systems
  4. Animation Lifecycle Hooks

Awesome Animation Lifecycle Hooks 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 MonitorsCallbacks that execute on every animation frame to track state changes during playback.
  • Animation Pause HandlersFunctions executed specifically when an animation transitions into a paused state.
  • Pre-Update HooksFunctions executed immediately before an animation frame is processed.
  • Timer Start CallbacksFunctions executed at the initiation of an animation timer.