Skip to content

Commit 3723a9b

Browse files
committed
[fix] 시작 애니메이션 원복
1 parent d02add2 commit 3723a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/main/components/mainSlide/components/MainSlide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function MainSlide({ isDesktop }: { isDesktop: boolean }) {
4040
ease: 'power5.out',
4141
scrollTrigger: {
4242
trigger: initialRoot.current,
43-
start: 'top top',
43+
start: 'top 80%',
4444
end: 'top top',
4545
scrub: 0.2,
4646
},

0 commit comments

Comments
 (0)