Reputation: 2099
I know I can use
NavigationService.Navigate(new Uri("/Pagei.xaml", UriKind.Relative))
to navigate among pages, does Windows Phone 7 support page navigation with transition effects?
Welcome any comment
Upvotes: 1
Views: 674
Reputation: 780
It doesn't support it out of the box. You need to use Silverlight Toolkit. Check sample application provided with SL Toolkit. There is a page with transition animations.
Upvotes: 3