Skip to content

Commit 18b8ed0

Browse files
Improve animation
1 parent 2fefed0 commit 18b8ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FeaturesDiagonal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export const FeaturesDiagonal = () => {
2626
</svg>
2727
</div>
2828
<motion.div
29-
initial={{ opacity: 0, x: 100 }}
29+
initial={{ opacity: 0, x: 400 }}
3030
whileInView={{ opacity: 1, x: 0 }}
3131
viewport={{ once: true }}
32-
transition={{ duration: 1.5, delay: 0.75 }}
32+
transition={{ duration: 2, delay: 0.75 }}
3333
className="w-full h-[12vw] min-h-12 relative -mt-[2vw]"
3434
>
3535
<img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 min-w-64 h-full" />

0 commit comments

Comments
 (0)