# Page Transition Customize the page transition animations by configuring the page entrance and exit components in the global **pageTransition** method.
Page entrance component, which is used to customize the entrance effect of the current page. For details, see animation parameters. |
||
Page exit component, which is used to customize the exit effect of the current page. For details, see animation parameters. |
If this parameter is not set, the reverse playback effect as pop switches to push is used. |
||||
Animation curve. For details about the valid values, see the description of Curve. |
||||
Animation delay, in ms. Delayed animation is disabled by default. |
When page A jumps to page B, page A is Exit+Push, and page B is Enter+Push. |
|
When page B returns to page A, page A is Enter+Pop, and page B is Exit+Pop. |
Slide effect during page transition. For details about the valid values, see the description of SlideEffect. |
||||
Translation effect during page transition, which is the value of the start point of entrance and the end point of exit. When this parameter is set together with slide, the latter takes effect by default. |
||||
Scaling effect during page transition, which is the value of the start point of entrance and the end point of exit. |
||||
Opacity, which is the opacity value of the start point of entrance or the end point of exit. |