Skip to content

Commit

Permalink
💄 fadeInへ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ROTO0504 committed Nov 9, 2024
1 parent 5e7e606 commit 30d2e9e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,17 @@ export const Route = createFileRoute("/")({
width="100%"
>
{inView2 && (
<p.div duration="1000" placeItems="center" slideInY="10">
<p.div
animationDirection="200ms"
animationDuration="100"
duration="1000"
fadeIn="5"
placeItems="center"
>
<p.h2
animationDuration="10"
color="wkb.bg"
fadeIn="5"
fadeIn="10"
fontSize="3rem"
fontWeight="bold"
textAlign="center"
Expand Down Expand Up @@ -191,13 +198,11 @@ export const Route = createFileRoute("/")({
}}
background="wkb.bg"
display="flex"
duration="3000"
fadeIn="5"
fadeIn="10"
fontSize="150%"
fontWeight="bold"
mt="40px"
mx="auto"
slideInY="10"
>
実際に初めてみる
</Button>
Expand Down

0 comments on commit 30d2e9e

Please sign in to comment.