Skip to content

Commit

Permalink
Add delay to profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJarane committed Jul 20, 2024
1 parent da7f3a5 commit 72d790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Profile() {
<div
css={tw`p-10 gap-y-4 lg:fixed lg:top-1 lg:left-1`}
>
<Tween from={{ x: '-200px' }} to={{ x: '0px', rotation: 360 }} duration={1} ease="back.out(1.7)">
<Tween from={{ x: '-300px' }} to={{ x: '0px', rotation: 360 }} duration={1} ease="back.out(1.7)" delay={1}>
<ProfileImage
src={profilePicture}
alt={"profilePicture"}
Expand Down

0 comments on commit 72d790e

Please sign in to comment.