Skip to content

Commit 720d051

Browse files
committed
Improve index button animations
1 parent 5e58f14 commit 720d051

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,18 @@ const Home: NextPage<HomePageProps> = ({ teaserProjects, ogImage }: HomePageProp
4040
Always interested in learning new things and building outstanding applications.
4141
</Text>
4242
</AnimateWhenInViewport>
43-
<AnimateWhenInViewport initDelay={1000}>
44-
<Group position="center">
43+
<Group position="center">
44+
<AnimateWhenInViewport type="slideInR" noWrapper initDelay={1000}>
4545
<LinkButton href="/projects" size="lg">
4646
Discover Projects
4747
</LinkButton>
48+
</AnimateWhenInViewport>
49+
<AnimateWhenInViewport type="slideInR" noWrapper initDelay={800}>
4850
<LinkButton href="/contact" size="lg" variant="outline">
4951
Contact
5052
</LinkButton>
51-
</Group>
52-
</AnimateWhenInViewport>
53+
</AnimateWhenInViewport>
54+
</Group>
5355
</Container>
5456
</Center>
5557
<WaveSection>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy