patch perf n1
This commit is contained in:
@@ -78,7 +78,7 @@ export default function GuideSection({ bgSrc }) {
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 24 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: false }}z
|
||||
viewport={{ once: true }}
|
||||
transition={{ duration: 0.5 }}
|
||||
className="text-center mb-14"
|
||||
>
|
||||
@@ -99,7 +99,7 @@ export default function GuideSection({ bgSrc }) {
|
||||
key={i}
|
||||
initial={{ opacity: 0, y: 12 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: false }}
|
||||
viewport={{ once: true }}
|
||||
transition={{ delay: i * 0.07, duration: 0.4 }}
|
||||
>
|
||||
<FaqItem faq={faq} index={i} />
|
||||
@@ -115,7 +115,7 @@ export default function GuideSection({ bgSrc }) {
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 24 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: false }}
|
||||
viewport={{ once: true }}
|
||||
transition={{ duration: 0.45, delay: 0.1 }}
|
||||
className="bg-[#19392e]/80 backdrop-blur-sm rounded-2xl border border-white/10 p-6"
|
||||
>
|
||||
@@ -144,7 +144,7 @@ export default function GuideSection({ bgSrc }) {
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 24 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: false }}
|
||||
viewport={{ once: true }}
|
||||
transition={{ duration: 0.45, delay: 0.2 }}
|
||||
className="bg-[#19392e]/80 backdrop-blur-sm rounded-2xl border border-white/10 p-6"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user