We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the animations also match of either from or to matches a given route. This is pretty confusing and can lead to brittle setups.
from
to
I'd like to follow the matching logic of fragment-plugin. Return the first animation where both from and to match the current route.
Leave it like it is. This would scare me away from using the plugin
Would make my life a lot easier
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem 🧐
Currently, the animations also match of either
from
orto
matches a given route. This is pretty confusing and can lead to brittle setups.Describe the propsed solution 😎
I'd like to follow the matching logic of fragment-plugin. Return the first animation where both
from
andto
match the current route.Alternatives considered 🤔
Leave it like it is. This would scare me away from using the plugin
How important is this feature to you? 🧭
Would make my life a lot easier
Checked all these? 📚
The text was updated successfully, but these errors were encountered: