Lines Matching refs:exit
3 You can customize the page entrance and exit animations in the **pageTransition** API for transitio…
41 Page exit animation.
51 | value | [PageTransitionOptions](#pagetransitionoptions) | Yes | Page exit animation.|
72 …n, which is the value of the start point of entrance and the end point of exit. When this paramete…
73 …n, which is the value of the start point of entrance and the end point of exit.<br>- **x**: scale …
74 …No | Opacity, which is the opacity value of the start point of entrance or the end point of exit.|
110 Invoked on a per-frame basis until the exit animation is complete, with the **progress** parameter …
120 … number) => void | Yes | Callback invoked on a per-frame basis until the exit animation is comple…
127 …// During the transition animation, the exit animation has a type that represents the route type, …
145 …r page entrance, and the animation specified by **PageTransitionExit** takes effect for page exit.|
162 Example 1: Apply different exit and entry animations based on different exit and entry types.
250 Example 2: Apply the entrance animation of sliding in from the left and the exit animation of trans…
267 …ance animation to 1200 ms, in the purpose of matching the duration of the exit animation of the ot…
270 …// Set the duration of the exit animation to 1000 ms, in the purpose of matching the duration of t…
293 …ance animation to 1000 ms, in the purpose of matching the duration of the exit animation of the ot…
296 …// Set the duration of the exit animation to 1200 ms, in the purpose of matching the duration of t…
308 Customization method 1: Configure the various entrance and exit translation effects provided, with …
341 // Set the exit animation.
387 Customization method 2: Use the system's default entrance and exit effects, with the system languag…