From dd9e02d38873d88be754f84abdaedc47cdf26dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 12 Nov 2025 14:45:58 +0800 Subject: [PATCH] =?UTF-8?q?perf(InfoCardCollection):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=8A=A8=E7=94=BB=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?100=E7=A7=92=E4=BB=A5=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将无缝滚动动画时间从40秒延长至100秒,使动画更加平滑,减少视觉疲劳 --- frontend/packages/BasicComponents/InfoCardCollection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/BasicComponents/InfoCardCollection/index.vue b/frontend/packages/BasicComponents/InfoCardCollection/index.vue index 964f17b..d3f3fe9 100644 --- a/frontend/packages/BasicComponents/InfoCardCollection/index.vue +++ b/frontend/packages/BasicComponents/InfoCardCollection/index.vue @@ -240,7 +240,7 @@ export default { // 滚动动画 - 使用更精确的动画 &.scroll-animation { - animation: seamlessScroll 40s linear infinite; + animation: seamlessScroll 100s linear infinite; // 悬停时暂停 &:hover {