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 e5ed33f5ce
commit 8d186df4cb
9 changed files with 34 additions and 16 deletions

View File

@@ -4,8 +4,6 @@ const store = useContactStore();
const homeBackgroundImage = useTemplateRef("homeBackgroundImage");
const contactBackgroundImage = useTemplateRef("contactBackgroundImage");
callOnce("contactIntro", store.animateIntro);
useRender((ctx) => {
if (!homeBackgroundImage.value || !contactBackgroundImage.value) return;