mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
fix: fix massive regression in pagetransition
This commit is contained in:
parent
cd281a0d7d
commit
32a7dd3933
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue