Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor AnimatePresence Component #75

Closed
4 tasks
rick-hup opened this issue Feb 21, 2025 · 0 comments
Closed
4 tasks

Refactor AnimatePresence Component #75

rick-hup opened this issue Feb 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@rick-hup
Copy link
Collaborator

rick-hup commented Feb 21, 2025

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:

  • . Animation Interruption: Exit animations cannot be properly reversed into enter animations

Implementation Plan

  • Refactor core presence tracking
  • Add new animation modes
  • Add tests for new features
  • Update documentation

References

@rick-hup rick-hup added the enhancement New feature or request label Feb 21, 2025
@rick-hup rick-hup closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant