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 e368962 commit acd2534Copy full SHA for acd2534
src/landing/LandingSection.jsx
@@ -11,6 +11,7 @@ export default function LandingSection({
11
whileInView={{ opacity: 1, y: 0 }}
12
transition={{ duration: 0.5, ease: 'easeInOut' }}
13
className={`w-full h-full py-16 overflow-x-hidden ${bgClass}`}
14
+ viewport={{ once: true }}
15
>
16
<div className="max-w-7xl px-4 lg:px-8 mx-auto flex justify-center items-center h-full ">
17
{children}
0 commit comments