fix: reset store + animate intro on mount, and fix wrong opacity/positions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user