fix(animation): 调整动画延迟时间

- 将动画延迟从1000毫秒调整为980毫秒
- 优化动画启动时机以提升用户体验
This commit is contained in:
hehh
2025-12-04 21:50:58 +08:00
parent b9461c5741
commit dd837153b8

View File

@@ -1254,7 +1254,7 @@
enterAnimationMode(); // 确保调用进入动画模式 enterAnimationMode(); // 确保调用进入动画模式
} }
}, 1000); }, 980);
// 进入按钮事件处理 // 进入按钮事件处理
DOM_CACHE.enterBtn.addEventListener('click', () => { DOM_CACHE.enterBtn.addEventListener('click', () => {