From be005345b06c5560f5fd081312802a306780bfe1 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 1 Jun 2022 18:21:30 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-components-canvas-lottie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-components-canvas-lottie.md b/en/application-dev/reference/arkui-ts/ts-components-canvas-lottie.md index fadd16f65e..55fb03ca68 100644 --- a/en/application-dev/reference/arkui-ts/ts-components-canvas-lottie.md +++ b/en/application-dev/reference/arkui-ts/ts-components-canvas-lottie.md @@ -557,7 +557,7 @@ Removes an event listener. | Name | Type | Mandatory | Description | | -------- | -------- | -------- | -------- | | name | AnimationEventName | Yes | Animation event type. The available options are as follows:
'enterFrame', 'loopComplete', 'complete', 'segmentStart', 'destroy', 'config_ready', 'data_ready', 'DOMLoaded', 'error', 'data_failed', 'loaded_images' | - | callback | AnimationEventCallback<T> | Yes | Custom callback. By default, the value is null, meaning that all callbacks of the event will be removed. | + | callback | AnimationEventCallback<T> | No | Custom callback. By default, the value is null, meaning that all callbacks of the event will be removed. | - Example -- GitLab