mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 18:16:41 +08:00
fix: 动画间隔缩短
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
width: 12.5%;
|
||||
padding-bottom: 12.5%;
|
||||
position: absolute;
|
||||
transition: 0.3s;
|
||||
transition: 150ms;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -276,7 +276,7 @@ const App: FC = () => {
|
||||
checkCover(updateScene);
|
||||
|
||||
setAnimating(true);
|
||||
await waitTimeout(300);
|
||||
await waitTimeout(150);
|
||||
|
||||
const filterSame = updateQueue.filter((sb) => sb.icon === symbol.icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user