修改反馈

This commit is contained in:
2024-07-23 16:21:39 +08:00
parent 70c6784cac
commit d15f739c6c
8 changed files with 50 additions and 13 deletions

View File

@@ -36,8 +36,8 @@ const showRule = (event) => {
onMounted(() => {
gsap.from(".index-bg,.index-island,.index-cloud-1,.index-cloud-2,.index-tree-1", { duration: 1, scale: 1.2, autoAlpha: 0 });
gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0,delay:1 });
gsap.from(".index-sub-title", { duration: 1, x: 20, autoAlpha: 0,delay:1 });
gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0 });
gsap.from(".index-sub-title", { duration: 1, x: 20, autoAlpha: 0 });
gsap.from(".index-rule-btn", { duration: 1, x: -100, autoAlpha: 0 });
gsap.from(".index-prize-btn", {
duration: 1,