fix: reset store + animate intro on mount, and fix wrong opacity/positions
This commit is contained in:
@@ -13,7 +13,7 @@ export const useContactStore = defineStore("contact", {
|
||||
bottomBarY: SCREEN_HEIGHT + 20,
|
||||
},
|
||||
|
||||
isIntro: false,
|
||||
isIntro: true,
|
||||
}),
|
||||
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user