useAnimationProgress
Returns a reactive map of all animations inside the nearest AnimationProgressProvider. Each entry is an AnimationHandle that exposes the animation's status and allows manual scrubbing. Returns null when called outside an AnimationProgressProvider.
Return value
Map<string, AnimationHandle> | null