diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-14 12:53:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 12:53:13 +0000 |
commit | 479a4a92e10e8d12d3e164a65970bd2de4abfe8a (patch) | |
tree | d73c7c5db743d50c7e43528dc37e1f2a0ca0e24d /src/alf/atoms.ts | |
parent | 1fc889b883ffd666b4c439738f1f5e97496d55e6 (diff) | |
download | voidsky-479a4a92e10e8d12d3e164a65970bd2de4abfe8a.tar.zst |
Account quick switch on web (#7190)
* account quick switch on web * dont show line if one account * switch account label text * add chevron hover state * swagged up hover state * add icons * tune scale anim and respect prefers-reduced-motion * fix reduced motion * fix placeholder position * move menu components out to separate component * Pipe through outer handlers to Button * Abstract lag in control.isOpen state * add profile info into empty space * fix tablet * Alternative * Revert "Alternative" This reverts commit 050ab9595ef3bbc32529ad6588e4690d37539fbe. * maybe fix flicker issue * just do 50ms when not active * delay other animations --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 1485ca7fc..a7cf6cb3f 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -961,6 +961,9 @@ export const atoms = { transitionTimingFunction: 'cubic-bezier(0.17, 0.73, 0.14, 1)', transitionDuration: '100ms', }), + transition_delay_50ms: web({ + transitionDelay: '50ms', + }), /** * {@link Layout.SCROLLBAR_OFFSET} |