Skip to content

Commit

Permalink
chagned toast transition to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-zino committed Jul 14, 2023
1 parent a167c32 commit e4e93d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/skeleton/src/lib/utilities/Toast/Toast.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@
{#each filteredToasts as t, i (t)}
<div
animate:flip={{ duration: transitions ? 250 : 0 }}
in:dynamicTransition|local={{
in:dynamicTransition|global={{
transition: transitionIn,
params: { x: animAxis.x, y: animAxis.y, ...transitionInParams },
enabled: transitions
}}
out:dynamicTransition|local={{
out:dynamicTransition|global={{
transition: transitionOut,
params: { x: animAxis.x, y: animAxis.y, ...transitionOutParams },
enabled: transitions
Expand Down

0 comments on commit e4e93d9

Please sign in to comment.