Hello,
Welcome to our Microsoft Q&A platform!
Two different animations are provided for navigation between pages in an app, Page refresh and Drill, and are represented by subclasses of NavigationTransitionInfo. If you want to avoid playing any animation during navigation, you can use SuppressNavigationTransitionInfo in the place of other NavigationTransitionInfo subtypes. You can try the following code. And about more details, you can refer to this document.
this->Frame->Navigate(Windows::UI::Xaml::Interop::TypeName(BlankPage::typeid),NULL ,ref new Windows::UI::Xaml::Media::Animation::SuppressNavigationTransitionInfo());