Nightly: Rainbow-Flash verlängert auf 2s (Animation + Timeout angepasst)
This commit is contained in:
parent
3d9e03da57
commit
9789a5e931
2 changed files with 2 additions and 2 deletions
|
|
@ -601,7 +601,7 @@ export default function App() {
|
|||
const el = (e.currentTarget as HTMLDivElement | undefined);
|
||||
if (el) {
|
||||
el.classList.add('rainbow-flash');
|
||||
setTimeout(()=> el.classList.remove('rainbow-flash'), 1000);
|
||||
setTimeout(()=> el.classList.remove('rainbow-flash'), 2000);
|
||||
}
|
||||
}
|
||||
} catch {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue