reduce initial animation delay
This commit is contained in:
@@ -35,11 +35,9 @@ export function LandingAnimation() {
|
|||||||
let running = true
|
let running = true
|
||||||
|
|
||||||
void (async () => {
|
void (async () => {
|
||||||
await delay(1000)
|
|
||||||
|
|
||||||
while (running) {
|
while (running) {
|
||||||
setState(defaultState)
|
setState(defaultState)
|
||||||
await delay(1000)
|
await delay(700)
|
||||||
|
|
||||||
for (const letter of "/counter") {
|
for (const letter of "/counter") {
|
||||||
setState((state) => ({
|
setState((state) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user