I am new to Win Phone 8 development and after a tiresome unfruitful Googling, I am posting this simple question here:
How to animate page navigation?
Yes, I know how to navigate from one page to another:
NavigationService.Navigate(new Uri("/AnotherPage.xaml", UriKind.Relative));
But this navigation is instant, and doesn't include any kind of transition. Please help SO!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…