优化:浮漂下沉动画延长至 1.5s,视觉更自然
This commit is contained in:
@@ -1666,7 +1666,7 @@
|
|||||||
50% { box-shadow: 0 0 0 14px rgba(220,38,38,0); }
|
50% { box-shadow: 0 0 0 14px rgba(220,38,38,0); }
|
||||||
}
|
}
|
||||||
#fishing-bobber.sinking {
|
#fishing-bobber.sinking {
|
||||||
animation: bobberSink 0.5s forwards !important;
|
animation: bobberSink 1.5s forwards !important;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
@@ -1745,7 +1745,7 @@
|
|||||||
fishingReelTimeout = setTimeout(() => {
|
fishingReelTimeout = setTimeout(() => {
|
||||||
removeBobber();
|
removeBobber();
|
||||||
reelFish();
|
reelFish();
|
||||||
}, 600);
|
}, 1800);
|
||||||
} else {
|
} else {
|
||||||
// 手动模式:玩家需在 8 秒内点击浮漂
|
// 手动模式:玩家需在 8 秒内点击浮漂
|
||||||
hookDiv.innerHTML =
|
hookDiv.innerHTML =
|
||||||
|
|||||||
Reference in New Issue
Block a user