Skip to content

Commit

Permalink
test: add longer set timeout for setting transition
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Apr 5, 2024
1 parent 1256160 commit 807787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LogoAndRegister/LogoAndRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function LogoAndRegister({
setTimeout(() => {
logoRef.current!.style.transition =
'transform 0.4s ease-out, scale 0.4s ease-out';
}, 0);
}, 500);
}

if (registerRef.current && fakeRegisterInfo) {
Expand Down

0 comments on commit 807787c

Please sign in to comment.