Добавила ссылку на документацию.

This commit is contained in:
Yulia Polushvayko
2025-07-08 17:45:00 +03:00
parent 880755b55d
commit 3f2093df26
4 changed files with 146 additions and 10 deletions

View File

@ -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 });