From 6028ad2bcf510ab66174732e1ae1fae4fff2dd9e Mon Sep 17 00:00:00 2001 From: wanghanghui Date: Wed, 20 Sep 2023 20:56:36 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E5=88=A0=E9=99=A4=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghanghui --- code/Solutions/Game/Lottie/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Solutions/Game/Lottie/README_zh.md b/code/Solutions/Game/Lottie/README_zh.md index a4b95685e..a63a0b22a 100644 --- a/code/Solutions/Game/Lottie/README_zh.md +++ b/code/Solutions/Game/Lottie/README_zh.md @@ -30,7 +30,7 @@ entry/src/main/ets/ ### 具体实现 * 页面中使用了Lottie对象控制动画的一系列操作,源码参考[Lottie.ets](entry/src/main/ets/pages/Lottie.ets): * 初始化动画:在canvas的onReady里使用loadAnimation加载动画,须提前声明Animator(‘__lottie_ets’)对象,并在Canvas完成布局后调用; - * Lottie动画操作:lottie.play播放动画,lottie.pause暂停播放,lottie.setDirection设置播放顺序,详细接口描述见[Lottie模块](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/arkui-ts/ts-components-canvas-lottie.md) + * Lottie动画操作:lottie.play播放动画,lottie.pause暂停播放,lottie.setDirection设置播放顺序 ### 相关权限 不涉及。