fix. [디자인 QA] 슬라이드 전환 효과 적용

This commit is contained in:
clkim
2025-11-24 13:07:02 +09:00
parent a6a350ff6c
commit d119ac5da0
5 changed files with 10 additions and 5 deletions

View File

@@ -32,7 +32,8 @@ const options = computed((): ResponsiveOptions => {
focus: 'center',
autoWidth: true,
autoHeight: true,
speed: 500,
speed: 600,
easing: 'ease-in-out',
updateOnMove: true,
arrows: props.arrows && isMultipleItems.value,
pagination: props.pagination && isMultipleItems.value,