This commit is contained in:
Mariia Shabelnik 2022-09-08 23:28:13 +02:00
parent a2d35650c6
commit 90da024c00

View File

@ -25,7 +25,7 @@ function Home() {
<ScrollContainer> <ScrollContainer>
<ScrollPage> <ScrollPage>
<Animator animation={batch(Fade(), Sticky(), MoveOut(0, 200))}> <Animator animation={batch(Fade(), Sticky(), MoveOut(0, 200))}>
<span>Let me show you scroll animation 😀</span> <span>Hello, my name is Mariia 😀</span>
</Animator> </Animator>
</ScrollPage> </ScrollPage>