perf(InfoCardCollection): 调整滚动动画时间为100秒以提升用户体验
将无缝滚动动画时间从40秒延长至100秒,使动画更加平滑,减少视觉疲劳
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
|
||||
// 滚动动画 - 使用更精确的动画
|
||||
&.scroll-animation {
|
||||
animation: seamlessScroll 40s linear infinite;
|
||||
animation: seamlessScroll 100s linear infinite;
|
||||
|
||||
// 悬停时暂停
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user