Page Transitions in WPF

Muhammad Humam Khan 26 Reputation points
2022-06-06T07:38:06.593+00:00

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.

Developer technologies Windows Presentation Foundation
Developer technologies XAML
Developer technologies C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.