spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

How to use TransitionContentControl with Frame? #148

Open ccornici opened 3 years ago

ccornici commented 3 years ago

My goal is to keep the Frame I got for the SideNavigation to work as normally, but have some nice animations too. How can one achieve this?

THanks.