/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_fade_effect.cpp | 36 auto fade = weakFade.Upgrade(); in ResetFadeEffect() local 37 if (fade) { in ResetFadeEffect() 38 fade->SetOpacityAndScale(opacity, scale); in ResetFadeEffect() 114 auto fade = weakFade.Upgrade(); in HandleOverScroll() local 115 if (fade) { in HandleOverScroll() 116 fade->SetOpacityAndScale(opacity, scale); in HandleOverScroll()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_effect.cpp | 34 auto fade = weakFade.Upgrade(); in ResetFadeEffect() local 35 if (fade) { in ResetFadeEffect() 36 fade->SetOpacityAndScale(opacity, scale); in ResetFadeEffect() 143 auto fade = weakFade.Upgrade(); in HandleOverScroll() local 144 if (fade) { in HandleOverScroll() 145 fade->SetOpacityAndScale(opacity, scale); in HandleOverScroll()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-rotation-transition-animation.md | 6 …acity-changing): This animation adds a touch of sophistication with fade-in and fade-out effects f… 46 …animation-component.md#transitioneffect10).OPACITY), creating a smooth fade-in and fade-out effect. 130 …y switches between application views, providing a fade-out effect for the disappearing view and a …
|
H A D | ui-js-animate-attribute-style.md | 10 <div class="fade"> 31 .fade {
|
H A D | ui-js-components-swiper.md | 66 … **digital** attribute to enable the digital navigation point and set **scrolleffect** to **fade**. 73 scrolleffect="fade" loop="false">
|
H A D | arkts-common-events-device-input-event.md | 276 | Highlight | Background fade-in and fade-out effect. When the mouse pointer is placed over th…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-animate-attribute-style.md | 9 <div class="fade"> 30 .fade {
|
H A D | ui-js-components-swiper.md | 66 …设置自动播放时播放时间间隔(interval),页面会自动切换并停留在最后一个子组件页面。添加digital属性启用数字导航点,设置切换时为渐隐滑动效果(scrolleffect="fade"))。 73 scrolleffect="fade" loop="false">
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-animation.md | 163 …rameStart') @Watch('onFrameStart') frameStartFlag: number = 0; // Entry for the fade-out animation. 193 4. (Optional) Implement the fade-in blur effect. 195 …The mode switching animation is implemented in two phases: fade-in blur animation and fade-out blu… 197 …d, which gradually blurs over the existing preview stream, implementing the fade-in blur animation. 242 5. Implement the fade-out blur animation. 244 …The fade-out blur animation is triggered by the event [on('frameStart')](../../reference/apis-came… 268 …The animation is carried out in two phases: blur-and-flip and fade-out blur, where fade-out blur i… 429 …For the fade-out blur animation, you must listen for the event [on('frameStart')](../../reference/…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-container-list.md | 28 …ng released.<br>- **fade**: Similar to the physical dynamic effect of fade. When you scroll to the… 51 …fade-color | <color> | grey | No | Color of the ph…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-container-list.md | 28 …<br/>- spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>- fade:渐隐物理动效,滑动到边缘后展示一个波浪… 51 | fade-color | <color> | grey | 否 | 设置渐隐物理动效的颜色。当滑…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-swiper.md | 35 …eleased.<br>- **fade**: Similar to the physical dynamic effect of fade. When the scrollbar reaches…
|
H A D | js-components-container-list.md | 28 …s rebounded.<br>- **fade**: Similar to the physical dynamic effect of fade. When you scroll to the… 56 …fade-color | <color> | grey | No | Co…
|
H A D | js-components-container-div.md | 44 …eleased.<br>- **fade**: Similar to the physical dynamic effect of fade. When the scrollbar reaches…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-list.md | 27 …<br/>- spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>- fade:渐隐物理动效,滑动到边缘后展示一个波浪… 55 | fade-color | <color> | grey | 否 | 设…
|
H A D | js-components-container-swiper.md | 34 …<br/>- spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>- fade:渐隐物理动效,滑动到边缘后展示一个波浪…
|
H A D | js-components-container-div.md | 43 …<br/>- spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹;<br/>- fade:渐隐物理动效,滑动到边缘后展示一个波浪…
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_volume.cpp | 496 auto fade = AudioVolume::GetInstance()->GetStreamVolumeFade(sessionId); in GetStreamVolumeFade() local 497 *fadeBegin = fade.first; in GetStreamVolumeFade() 498 *fadeEnd = fade.second; in GetStreamVolumeFade()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/ |
H A D | index.css | 64 scrolleffect: fade;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textpicker.md | 198 Sets the height for the fade-out effect. If this attribute is not set, the default fade-out effect … 454 This example demonstrates how to customize the height of the fade effect in a text picker using **g…
|
H A D | ts-appendix-enums.md | 336 | Fade | Fade effect. When at one of the edges, the component produces a fade effect. … 679 | Highlight | Background fade-in and fade-out effect. |
|
H A D | ts-container-tabs.md | 945 This example uses **fadingEdge** to specify whether to fade out tabs.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.17/ |
H A D | changelogs-arkui.md | 11 …umber of scrollable options displayed would exceed 5, causing an abnormal fade effect at the top a…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.0-beta1.md | 119 …us in the background and executes the focus policy (such as pause, fade-out, and fade-out recovery…
|
H A D | OpenHarmony-v4.0-release.md | 185 - Color picker, gradient blur, edge pixel stretching, fade-in effect, and multiple blur materials a… 220 …us in the background and executes the focus policy (such as pause, fade-out, and fade-out recovery…
|