How do you animate navigation in Windows 8 Metro Apps?
问题 In Metro apps that use HTML it is recommended to use fragments to navigate to different page (explained here). How can you animate navigation between fragments without writing lots of code? 1) The navigate method is shown in many examples, but doesn't seem to have animation control: WinJS.Navigation.navigate('/html/myNextPage.html'); 2) The is a method WinJS.UI.Animation.enterPage, but do you have to give up navigate's history management to use this? Also the documentation is pretty sketchy