fix: reset store + animate intro on mount, and fix wrong opacity/positions

This commit is contained in:
2025-11-17 01:22:13 +01:00
parent cde4b991d7
commit 1591f315e1
9 changed files with 34 additions and 16 deletions

View File

@@ -9,11 +9,11 @@ export const useHomeStore = defineStore("home", {
outro: {
buttonOffsetY: 0,
stage1Opacity: 1,
stage2Opacity: 1,
stage1Opacity: 0,
stage2Opacity: 0,
},
isIntro: false,
isIntro: true,
isOutro: false,
}),