Intersoft ClientUI 8 > ClientUI Fundamentals > Navigation Overview > Navigation Walkthroughs > Walkthrough: Customize Visual Effect for Page Transitions |
This walkthrough shows you how to customize transition visual effect of a page.
In this walkthrough, you perform the following tasks:
You need the following components to complete this walkthrough:
The first step is to create a new ClientUI Advanced Navigation project using Intersoft ClientUI Advanced Navigation project template in Visual Studio.
The template already provide MainPage with navigation feature implemented. By default the EnablePageTransition is set to True, with DefaultTransitionEffect and NewTransitionEffect both set to FlipLeft in the ContentFrame UXFrame.
This section shows how to modify the page transition effect and duration.
Property | Value |
---|---|
DefaultTransitionEffect | ZoomIn |
NewTransitionEffect | ZoomIn |
BackTransitionEffect | ZoomOut |
TransitionDuration | 0.5 |
In this walkthrough, you have learned how to create ClientUI Advanced Navigation project using Intersoft ClientUI Advanced Navigation project template. You also learned how to customize page transition in UXFrame.
To learn more about page transition, see Advanced Features in ClientUI Navigation Framework.