feat: add subtle motion
This commit is contained in:
@@ -9,11 +9,12 @@ useSeoMeta({
|
||||
twitterCard: "summary_large_image",
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Introduction />
|
||||
<BeenWorkingWith />
|
||||
<PersonalProjects />
|
||||
<RecentPosts />
|
||||
<Connect />
|
||||
<Footer />
|
||||
<Introduction v-motion-fade />
|
||||
<BeenWorkingWith v-motion-fade :delay="500" />
|
||||
<PersonalProjects v-motion-fade :delay="500" />
|
||||
<RecentPosts v-motion-fade :delay="500" />
|
||||
<Connect v-motion-fade :delay="500" />
|
||||
<Footer v-motion-fade :delay="500" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user