In a panorama application, I have added a couple of situations where the user is navigated back to a certain panorama item. However this is done in one sudden movement. Is there a way I can do this action more smoothly, with some form of transition? Or something of the like?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
From Inder Kumar Rathore's answer and answers in this page I've come to do this:
in MainPage.xaml.cs It uses fade out and then fade in AND keeps the title of the panorama at it's original place. I'm not sure yet how it reacts with a real application since mine is quite empty.
This code worked for me