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 @@