"WeAreText" animation WIP

This commit is contained in:
BOT Alex 2024-01-11 13:14:08 +01:00
parent c7a6441920
commit 2def4606de
5 changed files with 132 additions and 5 deletions

View file

@ -66,8 +66,8 @@
</div>
</StickyLayer>
<StickyLayer class="align-center" offset={{ top: 0, bottom: 5.125 }}>
<WeAreText/>
<StickyLayer class="align-center" offset={{ top: 0, bottom: 5.125 }} let:progress>
<WeAreText containerProgress={progress}/>
</StickyLayer>
</Parallax>
</main>