Lines Matching refs:page

5page 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…
33page 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
44page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
47page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
54 // page B
56page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
59page exit animation to sliding out from the right, with the duration of 1200 ms. The settings take…
66page navigation is in the multi-instance mode, which means that duplicate pages are allowed in the…
71page A to a new instance of page B| The page exits. The animation defined by **PageTransitionExit*…
72page B back to page A | The page enters. The animation defined by **PageTransitionEnter** is …
73page B to a new instance of page A| The page enters. The animation defined by **PageTransitionEnte…
74page A back to page B | The page exits. The animation defined by **PageTransitionExit** is ap…
77page accessed by **router.pushUrl** to always slide in from the right and the page exited by **rou…
82page transition animations work for only both the push operations in the page stack. When **type**…
86 // page A
88page entrance animation to sliding in from the right, with the duration of 1200 ms. The settings t…
91page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
94page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
97page exit animation to sliding out from the right, with the duration of 1000 ms. The settings take…
104 // page B
106page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
109page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
112page exit animation to sliding out from the left, with the duration of 1200 ms. The settings take …
115page exit animation to sliding out from the right, with the duration of 1200 ms. The settings take…
122page transition effects for all possibles scenarios. Assume that the page navigation is in the mul…
127page A to a new instance of page B| The page exits. The transition style of **PageTransitionExit**…
128page B back to page A | The page enters. The transition style of **PageTransitionEnter** whos…
129page B to a new instance of page A| The page enters. The transition style of **PageTransitionEnter…
130page 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.
190page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
193page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
196page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
199page 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.
241page entrance animation to sliding in from the right, with the duration of 1000 ms. The settings t…
244page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
247page exit animation to sliding out from the left, with the duration of 1000 ms. The settings take …
250page 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.
298page entrance animation to sliding in from the left, with the duration of 1000 ms. The settings ta…
301page 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.
343page entrance animation to sliding in from the left, with the duration of 1200 ms. The settings ta…
346page exit animation to translating by 100 vp along the x- and y-axes and changing the opacity to 0…