fix: fix massive regression in pagetransition

This commit is contained in:
EETagent 2022-11-20 15:19:35 +01:00
parent cd281a0d7d
commit 32a7dd3933

View file

@ -7,7 +7,7 @@
<div <div
in:fly={{ x: -5, duration: 500, delay: 500 }} in:fly={{ x: -5, duration: 500, delay: 500 }}
out:fly={{ x: 5, duration: 500 }} out:fly={{ x: 5, duration: 500 }}
class="absolute bg-inherit w-full" class="absolute bg-inherit w-full h-full"
> >
<slot /> <slot />
</div> </div>