Skip to content

Commit d515c46

Browse files
committed
feat[design|optimization]: Tweaked the liquid ether params to try and get better performance and not filled screen on mobile devices
1 parent 812846a commit d515c46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Layout.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ import Header from "./react/Header";
2525
client:only="react"
2626
colors={["#5227FF", "#FF9FFC", "#B19EEF"]}
2727
mouseForce={20}
28-
cursorSize={100}
28+
cursorSize={50}
2929
isViscous={true}
3030
viscous={30}
3131
iterationsViscous={32}
3232
iterationsPoisson={32}
3333
resolution={0.25}
34-
isBounce={true}
34+
isBounce={false}
3535
autoDemo={true}
3636
autoSpeed={0.5}
3737
autoIntensity={2.2}
3838
takeoverDuration={0.25}
3939
autoResumeDelay={250}
40-
autoRampDuration={0.6}
40+
autoRampDuration={1.6}
4141
/>
4242
<Header client:only="react" />
4343
<main class="w-full md:w-4xl px-3 md:px-0 mx-auto">

0 commit comments

Comments
 (0)