fix: 애니메이션 타이밍
This commit is contained in:
parent
faf9273924
commit
995e936618
|
|
@ -6,6 +6,6 @@ export function initIntroAnimation() {
|
|||
|
||||
// 텍스트 순차 등장
|
||||
gsap.set([".intro__sub", ".intro__title"], { opacity: 0, y: 30 });
|
||||
gsap.to(".intro__sub", { opacity: 1, y: 0, duration: 0.9, ease: "power3.out", delay: 1.0 });
|
||||
gsap.to(".intro__title", { opacity: 1, y: 0, duration: 0.9, ease: "power3.out", delay: 1.3 });
|
||||
gsap.to(".intro__sub", { opacity: 1, y: 0, duration: 0.9, ease: "power3.out", delay: 0.3 });
|
||||
gsap.to(".intro__title", { opacity: 1, y: 0, duration: 0.9, ease: "power3.out", delay: 0.5 });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue