Page Transitions #461
Unanswered
muhdhumamkhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just started using ModernWpf and I am relatively new to programing and WPF. I am creating an application using mvvm I want to change the page transition to DrillInNavigationTransition, so far what I have found is that its done li this
Frame.Navigate(typeof(AlbumPage), albumId, new DrillInNavigationTransitionInfo())
but since I am working with mvvm is their anyway I can achieve this in View Model.
Is their anyway I can define the transition type in view xaml?
If anyone can help me with this or provide any example or any other solution then that would be really helpful
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions