!13952 【动效引擎】增加动画结束回调触发场景(退后台)

Merge pull request !13952 from 陈思屹/master
This commit is contained in:
openharmony_ci 2024-09-27 09:26:52 +00:00 committed by Gitee
commit 706c858279
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2200,14 +2200,14 @@ declare interface AnimateParam {
playMode?: PlayMode;
/**
* Callback invoked when the animation playback is complete.
* Callback invoked when the animation playback is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Callback invoked when the animation playback is complete.
* Callback invoked when the animation playback is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -2215,7 +2215,7 @@ declare interface AnimateParam {
* @since 9
*/
/**
* Callback invoked when the animation playback is complete.
* Callback invoked when the animation playback is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -2224,7 +2224,7 @@ declare interface AnimateParam {
* @since 10
*/
/**
* Callback invoked when the animation playback is complete.
* Callback invoked when the animation playback is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -23839,7 +23839,7 @@ declare interface KeyframeAnimateParam {
iterations?: number;
/**
* Callback invoked when the whole keyframe animation is complete.
* Callback invoked when the whole keyframe animation is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -23847,7 +23847,7 @@ declare interface KeyframeAnimateParam {
* @since 11
*/
/**
* Callback invoked when the whole keyframe animation is complete.
* Callback invoked when the whole keyframe animation is complete or the ability is about to enter the background.
*
* @type { ?function }
* @syscap SystemCapability.ArkUI.ArkUI.Full