mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
902f9cc472
Add a RuntimeDeterministicAdapter for Motion v12+ (the framework-agnostic library from the creators of Framer Motion). The adapter: - Seeks via the .time setter (seconds) on animation instances - Accepts manual registration via window.__hfMotion - Runs before the WAAPI adapter so Motion owns its animations and the generic WAAPI adapter catches the rest Follows the same pattern as the anime.js, Lottie, Three.js, WAAPI, and CSS adapters.