You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, AnimatePresence relies on Vue's built-in <Transition> component, which unmounts components immediately after exit animations begin. This causes issues:
. Animation Interruption: Exit animations cannot be properly reversed into enter animations
Refactor AnimatePresence Component
Motivation
Currently, AnimatePresence relies on Vue's built-in
<Transition>
component, which unmounts components immediately after exit animations begin. This causes issues:Implementation Plan
References
The text was updated successfully, but these errors were encountered: