奖品状态判断

This commit is contained in:
2024-07-19 13:39:30 +08:00
parent bc1454a0e6
commit 6ea3f3da78
20 changed files with 39 additions and 6 deletions

View File

@@ -39,6 +39,24 @@ onMounted(() => {
scale: 1.2,
autoAlpha: 0,
});
gsap.from(".result-title", {
duration: 0.7,
y: 20,
autoAlpha: 0,
delay:0.3,
});
gsap.from(".r-text", {
duration: 0.7,
scale: .5,
autoAlpha: 0,
delay:0.5,
});
gsap.from(".r-click-area", {
duration: 0.7,
y: 20,
autoAlpha: 0,
delay:1,
});
});
// 生成海报逻辑
@@ -112,7 +130,7 @@ const hideShare = () => {
<template>
<div class="ResultPage" @touchmove.prevent>
<div :class="'result-bg-' + posterId"></div>
<div :class="'result-bg-' + posterId" class="result-bg"></div>
<div class="result-container">
<!-- 标题 -->
<div class="result-title"></div>