From 2a7265d271fcc9187306d5fc6a74ff40c77d765b Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 17 Jan 2023 21:46:11 +0800 Subject: [PATCH] update animation-view.md --- docs/component/animation-view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/component/animation-view.md b/docs/component/animation-view.md index 73650f71d..1471d4be4 100644 --- a/docs/component/animation-view.md +++ b/docs/component/animation-view.md @@ -53,10 +53,10 @@ Lottie动画组件,动画资源参考[Lottie官方链接](https://airbnb.desig return { path: '/uni_modules/uni-animation-view/static/lottie.json', loop: false, - autoplay: false, - action: 'play', + autoplay: true, + action: 'stop', hidden: false, - status: '暂停' + status: '播放' } }, methods: { -- GitLab