reduce initial animation delay

This commit is contained in:
MapleLeaf
2022-01-13 11:26:29 -06:00
parent e06bfa490f
commit 490bf2cefa

View File

@@ -35,11 +35,9 @@ export function LandingAnimation() {
let running = true
void (async () => {
await delay(1000)
while (running) {
setState(defaultState)
await delay(1000)
await delay(700)
for (const letter of "/counter") {
setState((state) => ({