We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fefed0 commit 18b8ed0Copy full SHA for 18b8ed0
src/components/FeaturesDiagonal.jsx
@@ -26,10 +26,10 @@ export const FeaturesDiagonal = () => {
26
</svg>
27
</div>
28
<motion.div
29
- initial={{ opacity: 0, x: 100 }}
+ initial={{ opacity: 0, x: 400 }}
30
whileInView={{ opacity: 1, x: 0 }}
31
viewport={{ once: true }}
32
- transition={{ duration: 1.5, delay: 0.75 }}
+ transition={{ duration: 2, delay: 0.75 }}
33
className="w-full h-[12vw] min-h-12 relative -mt-[2vw]"
34
>
35
<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