The package motion-dom exposes NativeAnimation and NativeAnimationExtended.
The implementation mentions a strategy for handling interrupted native animations.
Could you clarify whether these are internal implementation details or supported public APIs that can be used as a replacement/wrapper for the browser’s Web Animations API (e.g. new Animation(frame, document.timeline).play())?
Thx!