Skip to content
New issue

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

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

Already on GitHub? # to your account

Animations only always honored on router.push(), less so on other methods #30174

Open
NyaomiDEV opened this issue Feb 1, 2025 · 0 comments
Open
Labels

Comments

@NyaomiDEV
Copy link

We should always be able to specify an animation and a direction, even if the route is replaced or popped from the stack, and even if that route was already animated using another animation.

The current behaviour on Vue at least only permits new animations to be used on 'push', but the old animations will always be used on 'pop' and 'replace' if "returning" from a view already present on the stack.

This is not ideal as it prevents developers from always having control over app animations (and also it leads to weird user behaviour since animations are cues to the user anyway)

@ionitron-bot ionitron-bot bot added the triage label Feb 1, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant