Skip to content

Commit 307bb10

Browse files
committed
Fix: 깜빡임 문제 해결중
1 parent 6db8ac9 commit 307bb10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/home-animation.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ export function HeaderSection({
3232
initial={{ opacity: 0, y: 20 }}
3333
animate={{ opacity: 1, y: 0 }}
3434
transition={{ duration: 0.2, ease: "easeOut" }}
35-
style={{ willChange: "transform" }}
3635
>
3736
<motion.h1
3837
className="text-lg sm:text-xl lg:text-2xl font-bold"
3938
initial={{ opacity: 0 }}
4039
animate={{ opacity: 1 }}
4140
transition={{ delay: 0.1, duration: 0.2 }}
42-
style={{ willChange: "transform" }}
4341
>
4442
{title}
4543
</motion.h1>
@@ -48,7 +46,6 @@ export function HeaderSection({
4846
initial={{ opacity: 0 }}
4947
animate={{ opacity: 1 }}
5048
transition={{ delay: 0.15, duration: 0.2 }}
51-
style={{ willChange: "transform" }}
5249
>
5350
{description}
5451
</motion.p>

0 commit comments

Comments
 (0)