-
Notifications
You must be signed in to change notification settings - Fork 87
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
PushView/PopView define their own animation #17
Comments
Hi @hoopes sorry for the late response. The feature you need is not implemented yet. At the moment you can customise the transition animation for the whole navigation stack. Anyway, it's a feature I'd need myself too, but I've never been able to get the desired result. |
Great, thanks, I'll keep my eye on it. |
Hi, me too i keep my eye on it ! +1 ;) |
Hi! All you have to do is to change the fragment in public enum NavigationTransition: And |
I'd love to have this too! FWIW this library is able to use different animations: https://github.com/indieSoftware/NavigationStack#transition-animations |
Hi,
I may be missing something obvious, or not fully understanding the use of this library, but I'd like for different
PushView
andPopView
(and their programmatic counterparts) to allow for overriding the default animation of the entire stack.Is that something that is possible today? It doesn't seem to appear so from the code, where it uses
withAnimation(easing)
. Is it recommended to create a new NavigationStackView whenever you want to change the animation style?Thanks!
The text was updated successfully, but these errors were encountered: