From f018ec2c09e1217a3c264680be9fddf289b1422e Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Sun, 1 Jun 2025 22:22:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E4=B8=AD=E7=9A=84=E5=8F=82=E6=95=B0=E4=BB=A5?= =?UTF-8?q?=E6=94=B9=E5=96=84=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sylvanysc Co-authored-by: 奕 --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 207f345..862f2e4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -279,9 +279,9 @@ onMounted(() => { :style="{ transform: `translateY(calc(${ (getCubicBezier( - -1 * (5 - i), + 0, 1.0 - 0.2 * (5 - i), - 1 + 1 * (5 - i), + 1, 0.2 * (5 - i) )((range(-1, 1, sProgress - 2) + 1) * 0.5) - 0.5) *