Skip to content

Commit

Permalink
Try other slide
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 16, 2024
1 parent 66adb09 commit 82fb6fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/FeaturesDiagonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export const FeaturesDiagonal = () => {
</div>
<div className="overflow-hidden w-full">
<motion.div
initial={{ opacity: 0, x: 400 }}
whileInView={{ opacity: 1, x: 0 }}
initial={{ opacity: 0, x: 0 }}
whileInView={{ opacity: 1, x: -400 }}
viewport={{ once: true }}
transition={{ duration: 2, delay: 0.75 }}
transition={{ duration: 1.8, delay: 0.65 }}
className="w-full h-[12vw] min-h-12 relative -mt-[2vw]"
>
<img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 min-w-64 h-full" />
<img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-[-401px] w-1/2 min-w-64 h-full" />
{/* <img src={webx_stripe.src} alt="Web X stripe" className="w-1/2 h-full ml-auto" /> */}
</motion.div>
</div>
Expand Down

0 comments on commit 82fb6fb

Please sign in to comment.