Lines Matching refs:page
5 …page redirection, one page enters and the other page exits. You can customize the [page transition…
30 …lues for page entrance. For **PageTransitionExit**, these attributes indicate the end values for p…
33 …page navigation. Each page transition involves exit of one page and entrance of the other. If you …
38 …uteType.None** (default value), the page transition animations work for both the push and pop oper…
42 // page A
44 …page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
47 …page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
54 // page B
56 …page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
59 …page exit animation to sliding out from the right, with the duration of 1200 ms. The settings take…
66 …page navigation is in the multi-instance mode, which means that duplicate pages are allowed in the…
71 …page A to a new instance of page B| The page exits. The animation defined by **PageTransitionExit*…
72 …page B back to page A | The page enters. The animation defined by **PageTransitionEnter** is …
73 …page B to a new instance of page A| The page enters. The animation defined by **PageTransitionEnte…
74 …page A back to page B | The page exits. The animation defined by **PageTransitionExit** is ap…
77 …page accessed by **router.pushUrl** to always slide in from the right and the page exited by **rou…
82 …page transition animations work for only both the push operations in the page stack. When **type**…
86 // page A
88 …page entrance animation to sliding in from the right, with the duration of 1200 ms. The settings t…
91 …page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
94 …page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
97 …page exit animation to sliding out from the right, with the duration of 1000 ms. The settings take…
104 // page B
106 …page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
109 …page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
112 …page exit animation to sliding out from the left, with the duration of 1200 ms. The settings take …
115 …page exit animation to sliding out from the right, with the duration of 1200 ms. The settings take…
122 …page transition effects for all possibles scenarios. Assume that the page navigation is in the mul…
127 …page A to a new instance of page B| The page exits. The transition style of **PageTransitionExit**…
128 …page B back to page A | The page enters. The transition style of **PageTransitionEnter** whos…
129 …page B to a new instance of page A| The page enters. The transition style of **PageTransitionEnter…
130 …page A back to page B | The page exits. The transition style of **PageTransitionExit** whose …
135 …le of each page can be independently configured. However, as each transition involves two pages, t…
137 > 2. If no page transition style is defined, a page uses the default page transition style.
151 You can disable the transition animation of a page by setting the page transition duration to 0.
156 …xample, page transition animations are defined using [router.pushUrl](../reference/apis-arkui/js-a…
169 …true) // Load the image synchronously so that the image has been loaded when the page is displayed.
175 // Navigate to the next page, which is a push operation.
180 // Return to the previous page, which is equivalent to the pop operation.
190 …page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
193 …page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
196 …page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
199 …page exit animation to sliding out from the right, with the duration of 1000 ms. The settings take…
220 …true) // Load the image synchronously so that the image has been loaded when the page is displayed.
226 // Navigate to the next page, which is a push operation.
231 // Return to the previous page, which is equivalent to the pop operation.
241 …page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
244 …page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
247 …page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
250 …page exit animation to sliding out from the right, with the duration of 1000 ms. The settings take…
277 …true) // Load the image synchronously so that the image has been loaded when the page is displayed.
283 // Navigate to the next page, which is a push operation.
288 // Return to the previous page, which is equivalent to the pop operation.
298 …page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
301 …page exit animation to translating by 100 vp along the x- and y-axes and changing the opacity to 0…
322 …true) // Load the image synchronously so that the image has been loaded when the page is displayed.
328 // Navigate to the next page, which is a push operation.
333 // Return to the previous page, which is equivalent to the pop operation.
343 …page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
346 …page exit animation to translating by 100 vp along the x- and y-axes and changing the opacity to 0…