I’m using turnstyle animation. It animates smoothly when entering with the Load event but when I use the BackKeyPressed event it navigates too fast on the previous page without finishing the animation. How do I make the transition slower when I’m using turnstyle control?
I’m using turnstyle animation. It animates smoothly when entering with the Load event but
Share
Are you seeing this behaviour in the emulator or on an actual device?
If in the emulator I wouldn’t worry about it. This is not typical of the actual devices.
The timing of the animations in the toolkit are designed to match those used by the OS and so, on a real device, you should see them looking fine. However, if you really want to change the behaviours you could get the source for the toolkit and edit the storyboards to meet your need.