From 71de712741dbfaa529384bb73996d69a16592958 Mon Sep 17 00:00:00 2001 From: 365884 Date: Sun, 8 Mar 2026 16:30:37 +0100 Subject: [PATCH] scrollTrigger second section --- index.html | 2 +- src/App.vue | 24 +++++++- src/components/sections/HeroSection.vue | 41 +++++++++---- src/components/sections/ImageSection.vue | 75 +++++++++++++++--------- src/utils/gsap.js | 11 ++++ 5 files changed, 110 insertions(+), 43 deletions(-) create mode 100644 src/utils/gsap.js diff --git a/index.html b/index.html index 5ea3825..7c33139 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - blog + th
diff --git a/src/App.vue b/src/App.vue index 4b06fa6..b3ad18d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,32 @@