diff --git a/pages/template/half-screen/half-screen.uvue b/pages/template/half-screen/half-screen.uvue index dcfb532cf86c23d947997b438d32e20a6d7fa684..6e9f8d66364cc53bb867bb592f5c4df869e955a8 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; }