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.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,286 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
766 questions
{count} votes