Cross Fade Page Transition
The cross fade page transition fades out the current page and fades in the new page by animating the opacity.
- XAML
- C#
<CrossFade Duration="0:00:00.500" />
var transition = new CrossFade(TimeSpan.FromMilliseconds(500));
More Information
к сведению
For the complete API documentation about this transition, see here.
к сведению
View the source code on GitHub CrossFade.cs