Less bouncy
This commit is contained in:
parent
9ca3336059
commit
b19050aae1
|
@ -4,7 +4,7 @@
|
|||
import ZhenAboutMe from "./Comps/AboutMe.svelte"
|
||||
</script>
|
||||
|
||||
<Parallax sections={5} config={{ stiffness: 0.2, damping: 0.3 }}>
|
||||
<Parallax sections={2} config={{ stiffness: 0.1, damping: 0.3 }}>
|
||||
<TopAnimatedBackground/>
|
||||
|
||||
<ParallaxLayer rate={0.5} offset={0.5} style="background-color: var(--background);">
|
||||
|
|
Loading…
Reference in New Issue