File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ export const FeaturesDiagonal = () => {
27
27
</ div >
28
28
< div className = "overflow-hidden w-full" >
29
29
< motion . div
30
- initial = { { opacity : 0 , x : 400 } }
31
- whileInView = { { opacity : 1 , x : 0 } }
30
+ initial = { { opacity : 0 , x : 0 } }
31
+ whileInView = { { opacity : 1 , x : - 400 } }
32
32
viewport = { { once : true } }
33
- transition = { { duration : 2 , delay : 0.75 } }
33
+ transition = { { duration : 1.8 , delay : 0.65 } }
34
34
className = "w-full h-[12vw] min-h-12 relative -mt-[2vw]"
35
35
>
36
- < img src = { webx_stripe . src } alt = "Web X stripe" className = "absolute top-0 right-0 w-1/2 min-w-64 h-full" />
36
+ < img src = { webx_stripe . src } alt = "Web X stripe" className = "absolute top-0 right-[-401px] w-1/2 min-w-64 h-full" />
37
37
{ /* <img src={webx_stripe.src} alt="Web X stripe" className="w-1/2 h-full ml-auto" /> */ }
38
38
</ motion . div >
39
39
</ div >
You can’t perform that action at this time.
0 commit comments