Skip to content

Commit

Permalink
fix: <Dialog> intro transition (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jun 12, 2024
1 parent 005f07c commit dd758e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/Dialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
>
<main
bind:this={dialog}
in:fly={{ duration: TIME.FLY, y: 64 }}
in:fly|global={{ duration: TIME.FLY, y: 64 }}
out:fly={{ duration: TIME.FLY, y: -64 }}
role="dialog"
aria-modal="true"
Expand Down

0 comments on commit dd758e9

Please sign in to comment.