Home
last modified time | relevance | path

Searched refs:fade (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_effect.cpp36 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 Dscroll_fade_effect.cpp34 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 Darkts-rotation-transition-animation.md6 …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 Dui-js-animate-attribute-style.md10 <div class="fade">
31 .fade {
H A Dui-js-components-swiper.md66 … **digital** attribute to enable the digital navigation point and set **scrolleffect** to **fade**.
73 scrolleffect="fade" loop="false">
H A Darkts-common-events-device-input-event.md276 | 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 Dui-js-animate-attribute-style.md9 <div class="fade">
30 .fade {
H A Dui-js-components-swiper.md66 …设置自动播放时播放时间间隔(interval),页面会自动切换并停留在最后一个子组件页面。添加digital属性启用数字导航点,设置切换时为渐隐滑动效果(scrolleffect="fade"))。
73 scrolleffect="fade" loop="false">
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-animation.md163 …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 Djs-service-widget-container-list.md28 …ng released.<br>- **fade**: Similar to the physical dynamic effect of fade. When you scroll to the…
51fade-color | &lt;color&gt; | grey | No | Color of the ph…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-container-list.md28 …<br/>-&nbsp;spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>-&nbsp;fade:渐隐物理动效,滑动到边缘后展示一个波浪…
51 | fade-color | &lt;color&gt; | grey | 否 | 设置渐隐物理动效的颜色。当滑…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-swiper.md35 …eleased.<br>- **fade**: Similar to the physical dynamic effect of fade. When the scrollbar reaches…
H A Djs-components-container-list.md28 …s rebounded.<br>- **fade**: Similar to the physical dynamic effect of fade. When you scroll to the…
56fade-color | &lt;color&gt; | grey | No | Co…
H A Djs-components-container-div.md44 …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 Djs-components-container-list.md27 …<br/>-&nbsp;spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>-&nbsp;fade:渐隐物理动效,滑动到边缘后展示一个波浪…
55 | fade-color | &lt;color&gt; | grey | 否 | 设…
H A Djs-components-container-swiper.md34 …<br/>-&nbsp;spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹。<br/>-&nbsp;fade:渐隐物理动效,滑动到边缘后展示一个波浪…
H A Djs-components-container-div.md43 …<br/>-&nbsp;spring:弹性物理动效,滑动到边缘后可以根据初始速度或通过触摸事件继续滑动一段距离,松手后回弹;<br/>-&nbsp;fade:渐隐物理动效,滑动到边缘后展示一个波浪…
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp496 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 Dindex.css64 scrolleffect: fade;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textpicker.md198 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 Dts-appendix-enums.md336 | 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 Dts-container-tabs.md945 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 Dchangelogs-arkui.md11 …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 DOpenHarmony-v4.0-beta1.md119 …us in the background and executes the focus policy (such as pause, fade-out, and fade-out recovery…
H A DOpenHarmony-v4.0-release.md185 - 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…

12