From 110989329d8471211f85ca11a32867b4bbe27ec4 Mon Sep 17 00:00:00 2001 From: "qingquan.du" Date: Tue, 17 Jan 2023 17:36:28 +0800 Subject: [PATCH] =?UTF-8?q?autoplay=20loop=E5=B1=9E=E6=80=A7=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-animation-view/utssdk/app-android/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uni_modules/uts-animation-view/utssdk/app-android/index.vue b/uni_modules/uts-animation-view/utssdk/app-android/index.vue index 1de9c1c..616042f 100644 --- a/uni_modules/uts-animation-view/utssdk/app-android/index.vue +++ b/uni_modules/uts-animation-view/utssdk/app-android/index.vue @@ -49,14 +49,14 @@ default: "" }, /** - * 动画是否循环播放 + * 动画是否自动播放 */ "autoplay": { type: Boolean, default: false }, /** - * 动画是否自动播放 + * 动画是否循环播放 */ "loop": { type: Boolean, -- GitLab