AnimationPlaybackType:
    | { animationIsPlaying: boolean; currentAnimationTimeMs: number }
    | null