优化:浮漂下沉动画延长至 1.5s,视觉更自然

This commit is contained in:
2026-03-01 16:22:42 +08:00
parent 03e7f260b2
commit bd1e247fcf

View File

@@ -1666,7 +1666,7 @@
50% { box-shadow: 0 0 0 14px rgba(220,38,38,0); }
}
#fishing-bobber.sinking {
animation: bobberSink 0.5s forwards !important;
animation: bobberSink 1.5s forwards !important;
}
`;
document.head.appendChild(style);
@@ -1745,7 +1745,7 @@
fishingReelTimeout = setTimeout(() => {
removeBobber();
reelFish();
}, 600);
}, 1800);
} else {
// 手动模式:玩家需在 8 秒内点击浮漂
hookDiv.innerHTML =