From 4af58134fdd06bcdd946171a0ae018f89fc2398e Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Mon, 18 May 2026 11:33:26 +0800 Subject: [PATCH] =?UTF-8?q?about=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/directives/tween-animation.ts | 1 + src/pages/about-us/index.vue | 4 ++ src/pages/about-us/mission.vue | 84 +++++++++++++++++++++++--- src/pages/about-us/our-team.vue | 99 +++++++++++++++++++++++++++++++ 4 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 src/pages/about-us/our-team.vue diff --git a/src/directives/tween-animation.ts b/src/directives/tween-animation.ts index 01b8f99..9841ca3 100644 --- a/src/directives/tween-animation.ts +++ b/src/directives/tween-animation.ts @@ -16,6 +16,7 @@ export default { animation:tl1, scroller:dom,//设置指定元素为滚动依据 scrub:2, + // toggleActions: "play reset play reset", // onUpdate:(v)=>{ // if(v.progress < 0.1){ // v.trigger?.classList.remove('active') diff --git a/src/pages/about-us/index.vue b/src/pages/about-us/index.vue index c0831a7..55225b9 100644 --- a/src/pages/about-us/index.vue +++ b/src/pages/about-us/index.vue @@ -1,6 +1,8 @@