/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_animate_a_p_i__1.md | 22 | [ArkUI_AnimatorHandle](_ark_u_i___native_module.md#arkui_animatorhandle)(\* [createAnimator](#cre… 56 ### createAnimator subsection 59 ArkUI_AnimatorHandle(* ArkUI_NativeAnimateAPI_1::createAnimator) (ArkUI_ContextHandle context, ArkU…
|
H A D | js-apis-animator.md | 15 > 从API version 10开始,可以通过使用[UIContext](js-apis-arkui-UIContext.md#uicontext)中的[createAnimator](js-ap… 65 > 推荐通过使用[UIContext](js-apis-arkui-UIContext.md#uicontext)中的[createAnimator](js-apis-arkui-UIContext… 83 ### createAnimator<sup>(deprecated)</sup> 85 createAnimator(options: AnimatorOptions): AnimatorResult 120 this.animator = animator.createAnimator(options); 628 > 推荐通过使用[UIContext](js-apis-arkui-UIContext.md#uicontext)中的[createAnimator](js-apis-arkui-UIContext…
|
H A D | js-apis-arkui-UIContext.md | 890 ### createAnimator subsection 892 createAnimator(options: AnimatorOptions): AnimatorResult 948 uiContext.createAnimator(options);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-animate-dynamic-effects.md | 9 通过createAnimator创建一个动画对象,通过设置参数options来设置动画的属性。 64 this.animation = animator.createAnimator(options)//创建动画 79 > - 使用createAnimator创建动画对象时必须传入options参数。 169 this.animation = animator.createAnimator(options); 236 …-arkui/js-apis-animator.md#updatedeprecated)接口的过程中可以使用这个接口更新动画参数,入参与[createAnimator](../reference/…
|
H A D | arkts-animator.md | 44 let result: AnimatorResult = this.getUIContext().createAnimator(options); 87 this.animatorOptions = this.getUIContext().createAnimator(options); 161 this.animatorOptions = this.getUIContext().createAnimator(this.animatorOption)
|
H A D | arkts-global-interface.md | 20 | @ohos.animator | createAnimator | 自定义动画控制器 …
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-animate-dynamic-effects.md | 9 Use createAnimator to create an animation object and set the animation attributes by using the opti… 64 this.animation = animator.createAnimator(options)// Create an animation. 80 > - When you use createAnimator to create an animation object, you must pass the options parameter. 170 this.animation = animator.createAnimator(options); 237 …t to update the animation parameters. The input parameters are the same as those of createAnimator.
|
H A D | arkts-animator.md | 44 let result: AnimatorResult = this.getUIContext().createAnimator(options); 87 this.animatorOptions = this.getUIContext().createAnimator(options); 161 this.animatorOptions = this.getUIContext().createAnimator(this.animatorOption)
|
H A D | arkts-global-interface.md | 21 | @ohos.animator | createAnimator | Custom anima…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_animate_a_p_i__1.md | 22 | [ArkUI_AnimatorHandle](_ark_u_i___native_module.md#arkui_animatorhandle)(\* [createAnimator](#cre… 56 ### createAnimator subsection 59 ArkUI_AnimatorHandle(* ArkUI_NativeAnimateAPI_1::createAnimator) (ArkUI_ContextHandle context, ArkU…
|
H A D | js-apis-animator.md | 15 > Since API version 10, you can use the [createAnimator](js-apis-arkui-UIContext.md#createanimator)… 56 > For precise animation control, use the [createAnimator](js-apis-arkui-UIContext.md#createanimator… 557 > For precise animation control, use the [createAnimator](js-apis-arkui-UIContext.md#createanimator… 744 ## createAnimator<sup>(deprecated)</sup> 746 createAnimator(options: AnimatorOptions): AnimatorResult 781 this.animator = animator.createAnimator(options);
|
H A D | js-apis-arkui-UIContext.md | 890 ### createAnimator subsection 892 createAnimator(options: AnimatorOptions): AnimatorResult 948 uiContext.createAnimator(options);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_animate.h | 102 … ArkUI_AnimatorHandle (*createAnimator)(ArkUI_ContextHandle context, ArkUI_AnimatorOption* option); member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-draw-modifier.md | 196 this.drawAnimator = this.getUIContext().createAnimator({
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/ |
H A D | changelogs-arkui.md | 542 | createAnimator | 自定义动画控制器 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-arkui.md | 122 |废弃版本有变化|方法名 or 属性名:createAnimator<br>废弃版本:N/A|方法名 or 属性名:createAnimator<br>废弃版本:9<br>代替接口:ohos.ani…
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.cpp | 168 …auto animator = impl->getAnimation()->createAnimator(reinterpret_cast<ArkUIContext*>(context), ani… in CreateAnimator()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-draw-modifier.md | 193 this.drawAnimator = this.getUIContext().createAnimator({
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-arkui.md | 234 |废弃版本有变化|方法名 or 属性名:createAnimator<br>废弃版本:N/A|方法名 or 属性名:createAnimator<br>废弃版本:9<br>代替接口:ohos.ani…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-arkui.md | 122 … changed|Method or attribute name: createAnimator<br>Deprecated version: N/A|Method or attribute n…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsUIContext.js | 239 createAnimator(options) { method in UIContext
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/ |
H A D | changelogs-arkui.md | 542 | createAnimator | Custom animation controller. |
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-arkui.md | 234 … changed|Method or attribute name: createAnimator<br>Deprecated version: N/A|Method or attribute n…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-arkui.md | 79 …r;<br>方法or属性:static createAnimator(options: AnimatorOptions): AnimatorResult;<br>旧版本信息:|类名:Animato…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-arkui.md | 79 …ic createAnimator(options: AnimatorOptions): AnimatorResult;<br>Old version: |Class name: Animator…
|