feat. motion 적용

This commit is contained in:
clkim
2026-01-13 13:56:31 +09:00
parent 352d76a61c
commit 2947adc66e
15 changed files with 239 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ const getVideoSrc = (item: PageDataTemplateComponent) => {
/>
<AtomsVideo
v-if="hasComponentGroup(item, 'video')"
v-motion-stagger
:src="getVideoSrc(item)"
:play="currentSlideIndex === index"
class="aspect-[16/10] w-[258px] mt-8 md:w-[496px] md:mt-10"