/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-motionBlur.md | 16 1. Do not use this API in intra-component transitions, shared element transitions, implicit element…
|
H A D | ts-universal-attributes-modal-transition.md | 461 This example demonstrates custom transitions for modals, including rotation and translation effects.
|
/ohos5.0/docs/en/readme/ |
H A D | ability.md | 23 …- The following figure shows the transitions between different states in a Page ability's lifecycl… 29 …- The following figure shows the transitions between different states in a Service ability's lifec… 45 The following figure shows the callbacks to be invoked during the transitions between different lif… 51 The following figure shows the callbacks to be invoked during the transitions between different lif…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | animation-design-principles.md | 3 …ions, show the hierarchical relationships between elements, facilitate transitions to create a sea… 34 …eraging intuitive, eye-pleasing graphical elements and also smooth the transitions between differe…
|
H A D | transition-animation.md | 35 One example of cross-layer transitions is transition between different applications.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__shader__effect_8h.md | 41 …adient based on the center and radius of a circle. The radial gradient transitions colors from the… 42 …adient based on the center and radius of a circle. The radial gradient transitions colors from the…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-transition.md | 120 > Widget transitions are not available when other transitions (including shared element transition…
|
H A D | js-components-common-gradient.md | 41 …t;] | - | Yes | Colors among which smooth transitions are rendered. …
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-navigation-transition.md | 15 …e page and create a **NavPathStack** as the navigation stack to enable transitions between differe… 106 …nitialize it in **onReady** to obtain the current page stack to enable transitions between differe… 169 …nitialize it in **onReady** to obtain the current page stack to enable transitions between differe…
|
H A D | arkts-curve-overview.md | 3 …he real world. When designing animation curves for your animations and transitions, take into acco…
|
H A D | arkts-animation.md | 7 …changed, the UI will be updated accordingly. Animations can add smooth transitions when the UI is … 13 - Create smooth transitions between states.
|
H A D | arkts-rotation-transition-animation.md | 3 Rotation transition animations are designed to create seamless visual transitions when the screen d… 86 Listen for the **windowSizeChange** event to manage the transitions. For example, you can add logic…
|
H A D | arkts-navigation-navigation.md | 5 …tion page does not reside in the page stack. Routing is used to manage transitions between the nav… 562 …res such as disabling the default transitions and implementing custom transitions as well as share… 598 …transitions between navigation destination pages using [geometryTransition](../reference/apis-arku… 599 …on** attribute to the components that need to implement shared element transitions, ensuring that …
|
H A D | arkts-transition-overview.md | 20 …-rotation-transition-animation.md): designed to create seamless visual transitions when the screen…
|
H A D | arkts-router-to-navigation.md | 439 To animate shared elements during page transitions with **Router**, use the **sharedTransition** AP… 442 To animate shared elements during page transitions with **Navigation**, use the **geometryTransitio… 568 …ucts (HAPs) and ensures module decoupling by using a routing table for transitions without interde… 593 5. The routing management module completes dynamic imports and route transitions as needed.
|
H A D | arkts-shared-element-transition.md | 16 …transitions occur, and you need to implement both expanded and collapsed states within a single co… 18 … synchronizes the dimensions and positions of the bound components and transitions their opacity f… 232 …luding navigation transitions ([Navigation](../reference/apis-arkui/arkui-ts/ts-basic-components-n… 611 - After the thumbnail is clicked, the shared element transitions from **PageOne** to **PageTwo**, t… 653 // Both clicks and returns require custom transitions, so they need to be judged separately. 1369 …onal animation: Optionally, add an animation to the initial image that transitions from transparen… 1900 …n-animation-geometrytransition.md) facilitates implicit shared element transitions within componen… 1904 This method is ideal for shared element transitions between two distinct objects.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-application-framework-guide.md | 64 …Called when the ability is started. This callback is invoked to handle transitions between ability… 69 …hen the ability is being destroyed. This callback is invoked to handle transitions between ability… 74 …en the ability is visible to users. This callback is invoked to handle transitions between ability… 79 … the ability is invisible to users. This callback is invoked to handle transitions between ability… 84 …ability is moved to the background. This callback is invoked to handle transitions between ability… 124 … when the ability slice is started. This callback is invoked to handle transitions between ability… 129 …e ability slice is being destroyed. This callback is invoked to handle transitions between ability… 134 … ability slice is visible to users. This callback is invoked to handle transitions between ability… 139 …bility slice is invisible to users. This callback is invoked to handle transitions between ability… 144 …y slice is moved to the background. This callback is invoked to handle transitions between ability…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-common-gradient.md | 42 …t;] | - | Yes | Colors among which smooth transitions are rendered. …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 289 std::vector<std::string> transitions; in ParseTransitionNameStyle() local 290 StringUtils::StringSplitter(transitionName, ' ', transitions); in ParseTransitionNameStyle() 291 if (transitions.size() != TRANSITION_NAME_LENGTH) { in ParseTransitionNameStyle() 294 transitionPropertyName_ = transitions[0]; in ParseTransitionNameStyle() 295 transitionDuration_ = StringUtils::StringToDouble(transitions[1]) * MS_TO_S; in ParseTransitionNameStyle() 296 transitionTimeFunction_ = transitions[2]; in ParseTransitionNameStyle() 297 transitionDelay_ = StringUtils::StringToDouble(transitions[3]) * MS_TO_S; in ParseTransitionNameStyle()
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-background-recovery.md | 6 - When the camera application transitions to the background, it is forcibly disconnected due to sec… 32 … // Reinitialize the camera when the application transitions from the background to the foreground.
|
H A D | camera-animation.md | 3 …transitions such as changing camera modes or switching between front and rear cameras will always …
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-basic-task.md | 39 **Figure 1** Task state transitions 41 
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | ability-recover-guideline.md | 12 - UIAbility data backup: After an application transitions to the [onBackground](../reference/apis-a…
|
/ohos5.0/docs/en/application-dev/task-management/ |
H A D | continuous-task.md | 20 …ON | Bluetooth-related services| bluetoothInteraction | An application transitions into the backgr… 22 …ices (for system applications only)| wifiInteraction | An application transitions into the backgr… 36 …t from one device to another for playback purposes. If the application transitions to the backgrou…
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | js-apis-timer.md | 9 …ontrolled by the underlying principles of the UI. As such, when the UI transitions to the backgrou…
|