Добавила ссылку на документацию.
This commit is contained in:
@ -37,7 +37,6 @@ gsap.from('.home-sphere', 1.5, { opacity: 0, x: -300, delay: 0.3 });
|
||||
gsap.from('.home-triangle', 1.5, { opacity: 0, x: 300, delay: 0.6 });
|
||||
gsap.from('.home-r', 1.5, { opacity: 0, y: -300, delay: 0.8 });
|
||||
gsap.from('.home-l', 1.5, { opacity: 0, y: 300, delay: 0.8 });
|
||||
// gsap.from('.about-title', 1.5, { opacity: 0, x: -100, delay: 1.3 });
|
||||
gsap.from('.about-description', 1.5, { opacity: 0, x: -100, delay: 1.5 });
|
||||
gsap.from('.button-ghost', 1.5, { opacity: 0, x: -100, delay: 1.6 });
|
||||
gsap.from('.swiper', 1.5, { opacity: 0, x: 100, delay: 1.5 });
|
||||
|
||||
Reference in New Issue
Block a user