Have no page transition in Windows Phone runtime

我是研究僧i 提交于 2020-01-24 06:44:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!