Skip to content

Commit

Permalink
add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mooosakhan authored Jul 2, 2024
1 parent 85e94bb commit 457a20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function landing() {
<div key={index} className="masker">
<div className="w-fit overflow-hidden flex">
{index===1 && (<motion.div
initial={{width:0}} animate={{width:"9vw"}} transition={{ease :[0.16, 1, 0.3, 1] ,duration :1.5,delay:.1}}
initial={{width:0}} animate={{width:"9vw"}} transition={{ease :[0.16, 1, 0.3, 1] ,duration :1.5,delay:.3}}
// mr-1vw
// mt-[1.2vw]
className="relative top-[1vw] w-[9vw] rounded-3xl h-[5.7vw] ">
Expand Down

0 comments on commit 457a20a

Please sign in to comment.