更新初版

This commit is contained in:
2024-07-22 15:36:57 +08:00
parent cc777efdb1
commit 70c6784cac
9 changed files with 17 additions and 28 deletions

View File

@@ -56,6 +56,10 @@ onMounted(() => {
y: 20,
autoAlpha: 0,
delay:1,
onComplete:()=>{
gsap.to('.create-poster',{duration:1,scale:'0.9',repeat:-1,yoyo:true,ease:'bounce.in'})
}
});
});
@@ -116,7 +120,7 @@ const hidePop = (event) => {
// 展示分享
const goShare = (event) => {
let e = event.target;
let e = event.target.parentElement;
debounceTap(e, () => {
gsap.to(".sharePop", { duration: 0.5, autoAlpha: 1 });
});