Lines Matching refs:animation

6 Defines a set of animation APIs of ArkUI on the native side.
24 …cted_frame_rate_range.md) | Defines a struct for the expected frame rate range of the animation. |
25 …lete_callback.md) | Defines a struct for the callback type for when the animation playback is comp…
26 …PI_1](_ark_u_i___native_animate_a_p_i__1.md) | Defines a struct for the animation APIs of ArkUI on…
33 …_u_i___native_module.md#arkui_animateoption) | Defines a struct for the animation configuration. |
35 …___native_module.md#arkui_keyframeanimateoption) | Defines the keyframe animation parameter object…
45 …k_u_i___native_module.md#oh_arkui_animateoption_create) () | Creates an animation configuration. |
46 …_u_i___native_module.md#arkui_animateoption) \*option) | Disposes of an animation configuration. |
47 …ark_u_i___native_module.md#arkui_animateoption) \*option) | Obtains the animation duration, in mil…
48 …___native_module.md#arkui_animateoption) \*option) | Obtains the playback speed of an animation. |
49 …Option](_ark_u_i___native_module.md#arkui_animateoption) \*option) | Obtains an animation curve. |
50 …ark_u_i___native_module.md#arkui_animateoption) \*option) | Obtains the animation delay, in millis…
51 …ule.md#arkui_animateoption) \*option) | Obtains the number of times that an animation is played. |
52 …i___native_module.md#arkui_animateoption) \*option) | Obtains the playback mode of an animation. |
53 …odule.md#arkui_animateoption) \*option) | Obtains the expected frame rate range of an animation. |
54 …___native_module.md#arkui_animateoption) \*option, int32_t value) | Sets the animation duration. |
55 …module.md#arkui_animateoption) \*option, float value) | Sets the playback speed of an animation. |
57 …u_i___native_module.md#arkui_animateoption) \*option, int32_t value) | Sets the animation delay. |
58 …_animateoption) \*option, int32_t value) | Sets the number of times that an animation is played. |
59 …_i___native_module.md#arkui_animationplaymode) value) | Sets the playback mode for an animation. |
60 …e_rate_range.md) \*value) | Defines a struct for the expected frame rate range of the animation. |
61 …rk_u_i___native_module.md#arkui_curvehandle) value) | Sets the animation curve for an animation. |
62 …__native_module.md#arkui_animateoption) \*option) | Obtains the animation curve of an animation. |
63 …_arkui_keyframeanimateoption_create) (int32_t size) | Obtains the keyframe animation parameters. |
64 …dule.md#arkui_keyframeanimateoption) \*option) | Disposes of a keyframe animation parameter object…
65 …alue) | Sets the overall delay of a keyframe animation, in milliseconds. By default, the keyframe
66animation is played. By default, the animation is played once. The value **-1** indicates that the…
67 …e callback invoked when the keyframe animation playback is complete. This API is called after the …
68 …option, int32_t value, int32_t index) | Sets the duration of a keyframe animation, in milliseconds…
69 …urvehandle) value, int32_t index) | Sets the animation curve for a specific keyframe in a keyframe…
71 …le.md#arkui_keyframeanimateoption) \*option) | Obtains the overall delay of a keyframe animation |
72 …frameanimateoption) \*option) | Obtains the number of times that a keyframe animation is played. |
73 …on) \*option, int32_t index) | Obtains the duration of a specific state in a keyframe animation. |
74 …option) \*option, int32_t index) | Obtains the animation curve of a specific state in a keyframe a…
77 …rkui_animatoroption) \*option, int32_t value) | Sets the duration of an animation, in milliseconds…
78 …e.md#arkui_animatoroption) \*option, int32_t value) | Sets the delay of animation playback, in mil…
79 …mber of times that an animation is played. The value **0** means not to play the animation, and **…
80 …ative_module.md#arkui_animationfill) value) | Sets whether the animator animation is restored to t…
82 …ule.md#arkui_curvehandle) value) | Sets the interpolation curve for the animation of an animator. …
83 …kui_animatoroption) \*option, float value) | Sets the interpolation start point of an animation. |
84 …tion) \*option, float value) | Sets the interpolation end point for the animation of an animator. …
85 …i___expected_frame_rate_range.md) \*value) | Sets the expected frame rate range of an animation. |
86 …*option, float time, float value, int32_t index) | Sets the keyframe parameters of an animation. |
87 …rvehandle) value, int32_t index) | Sets the keyframe curve type for the animation of an animator. …
88 …ative_module.md#arkui_animatoroption) \*option) | Obtains the duration for playing an animation. |
89 …__native_module.md#arkui_animatoroption) \*option) | Obtains the delay for playing an animation. |
90 …le.md#arkui_animatoroption) \*option) | Obtains the number of times that an animation is played. |
91 …odule.md#arkui_animatoroption) \*option) | Obtains whether the animator animation is restored to t…
92 …tive_module.md#arkui_animatoroption) \*option) | Obtains the playback direction of an animation. |
93 …rkui_animatoroption) \*option) | Obtains the interpolation curve of the animation of an animator. …
94 …dule.md#arkui_animatoroption) \*option) | Obtains the interpolation start point of an animation. |
95 …module.md#arkui_animatoroption) \*option) | Obtains the interpolation end point of an animation. |
96 …dule.md#arkui_animatoroption) \*option) | Obtains the expected frame rate range of an animation. |
97 …e.md#arkui_animatoroption) \*option, int32_t index) | Obtains the keyframe time of an animation. |
98 ….md#arkui_animatoroption) \*option, int32_t index) | Obtains the keyframe value of an animation. |
99 … int32_t index) | Obtains the interpolation curve for a keyframe in the animation of an animator. …
100 …serdata) (ArkUI_AnimatorEvent \*event) | Obtains the custom object in an animation event object. |
101 …) (ArkUI_AnimatorOnFrameEvent \*event) | Obtains the custom object in an animation event object. |
102 …ArkUI_AnimatorOnFrameEvent \*event) | Obtains the current progress in an animation event object. |
104 …ack)(ArkUI_AnimatorEvent \*event)) | Sets the callback invoked when the animation playback is comp…
105 …ack)(ArkUI_AnimatorEvent \*event)) | Sets the callback invoked when the animation playback is canc…
106 …ack)(ArkUI_AnimatorEvent \*event)) | Sets the callback invoked when the animation playback is repe…
108 …ark_u_i___native_module.md#arkui_animatorhandle) animator) | Starts the animation of an animator. …
109 …(_ark_u_i___native_module.md#arkui_animatorhandle) animator) | Ends the animation of an animator. …
110 …ark_u_i___native_module.md#arkui_animatorhandle) animator) | Pauses the animation of an animator. …
111 …rk_u_i___native_module.md#arkui_animatorhandle) animator) | Cancels the animation of an animator. …
112 …ark_u_i___native_module.md#arkui_animatorhandle) animator) | Plays this animation in reverse order…
116 …ject to the spring parameters, and the animation duration is subject to the **duration** parameter…
117 …n) | Creates a spring animation curve. If multiple spring animations are applied to the same attri…
118 …t dampingFraction, float overlapDuration) | Creates a responsive spring animation curve. It is a s…
119 … Creates an interpolating spring curve animated from 0 to 1. The actual animation value is calcula…
130 …n](_ark_u_i___native_module.md#arkui_animateoption) \*animation) | Sets transition effect animatio…