From 61d56089642b38b84084a507de723fed34bfee00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Sat, 30 Mar 2024 15:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8A=E5=B1=8F=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/half-screen/half-screen.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/template/half-screen/half-screen.uvue b/pages/template/half-screen/half-screen.uvue index dcfb532c..6e9f8d66 100644 --- a/pages/template/half-screen/half-screen.uvue +++ b/pages/template/half-screen/half-screen.uvue @@ -134,7 +134,7 @@ this.halfNode?.style?.setProperty('transition-duration', 0); this.halfNode?.style?.setProperty('transform', ''); } - this.halfNode?.style?.setProperty('transition-property', ''); + this.halfNode?.style?.setProperty('transition-property', 'none'); this.bAnimation = false; }, time) this.bAnimation = true; @@ -157,7 +157,7 @@ this.halfOffset = 0; setTimeout(() => { this.bAnimation = false; - this.halfNode?.style?.setProperty('transition-property', ''); + this.halfNode?.style?.setProperty('transition-property', 'none'); }, time) this.bAnimation = true; } -- GitLab