fix: 动画间隔缩短

This commit is contained in:
streakingman
2022-09-17 17:59:53 +08:00
parent 0612149a5b
commit d90bb9b717
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
width: 12.5%;
padding-bottom: 12.5%;
position: absolute;
transition: 0.3s;
transition: 150ms;
left: 0;
top: 0;
}
+1 -1
View File
@@ -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);