diff options
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} |