简体   繁体   English

导航动画WP8没有Silverlight

[英]Navigating animation wp8 no silverlight

If I am using the Frame.Navigate,it crosses over from one page to an another. 如果我正在使用Frame.Navigate,它将从一页跨越到另一页。 But there is a type of animation between the crossing over. 但是交叉之间存在一种动画。

What should I write to not have these animations? 我该怎么写才能没有这些动画?

In App.xaml.cs you will find RootFrame_FirstNavigated method. 在App.xaml.cs中,您将找到RootFrame_FirstNavigated方法。 Here default animation is being set. 在此设置默认动画。 you can set rootFrame.ContentTransitions = null; 您可以设置rootFrame.ContentTransitions = null; to remove page navigation animation. 删除页面导航动画。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将wp8升级到wp8.1 silverlight,调试器无法启动 - Upgrading wp8 to wp8.1 silverlight, debugger cannot be launched 将WP8升级到Silverlight WP8.1,程序集问题 - Upgrading WP8 to Silverlight WP8.1, assembly issue 如何在wp8中将动画添加到网格 - How to add animation to grid in wp8 WP8:在全景/枢轴中导航时触发按钮事件 - WP8: Button events triggering when navigating in panorama/pivot 由于WritableBitmap,WP8(C#和Silverlight)上的OutOfMemoryException - OutOfMemoryException on WP8 (C# & Silverlight) because of WritableBitmap 在WP8 / Silverlight中调用Async方法时,是否可以传递回调 - Is there a way to pass in callbacks when calling Async methods in WP8/Silverlight WP8 silverlight:在DataTemplate中找不到文本块 - WP8 silverlight: can't find a textblock in a DataTemplate 如何在WP8 silverlight中更改状态栏的背景颜色? - How to change the background color of Status Bar in WP8 silverlight? 在WP7 Silverlight应用程序中导航时将复杂对象传递给页面 - Passing a complex object to a page while navigating in a WP7 Silverlight application 将 WP8 升级到 Silverlight WP8.1,有效负载包含两个或多个目标相同的文件 - Upgrading WP8 to Silverlight WP8.1, payload contains two or more files with same destination
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM