diff options
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/atoms.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index ae88f457d..dc5d9f59c 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -1063,6 +1063,7 @@ export const atoms = { }), fade_out: web({ animation: 'fadeOut ease-out 0.15s', + animationFillMode: 'forwards', }), zoom_in: web({ animation: 'zoomIn ease-out 0.1s', |