问题
I'm trying to disable Windows Phone runtime's default page navigation animation. All I could achieve, is to change it to either continuum, turnstile or slide, but I'd like the page to change instantaneously. So when I call this.Frame.navigate() it should navigate to the new page without any animation.
In Silverlight, this was the default case, no page transitions out of the box. Now I can't get rid of them.
The reason why I am trying to accomplish this, is because I'd like to add my own animation, using storyboards for this one particular page transition.
来源:https://stackoverflow.com/questions/25388313/have-no-page-transition-in-windows-phone-runtime