Transition

Abstract1Abstract2Abstract3Abstract4
Settings
Description

This sample demonstrates animation effects when transitioning from one page to the next.

You can change the animation style by setting the TransAnimation.Animated property with the following values:

  • Slide - Slide animation.
  • Fade - Fade animation.
  • None - No animation.

TransAnimation.Easing determines the easing style to animate. TransAnimation.Duration determines the time span to animate.

For the slide animation, you can also change the slide direction by setting the SlideDirection property to "Horizontal" or "Vertical".

Documentation