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 | 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.
Developer technologies | C#
Developer technologies | 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.
{count} votes

Your answer

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