fix. [디자인 QA] 슬라이드 전환 효과 적용
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -31,7 +31,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,
|
||||
|
||||
@@ -45,7 +45,8 @@ const options = computed((): ResponsiveOptions => {
|
||||
autoHeight: true,
|
||||
gap: props.gap,
|
||||
perPage: props.perPage,
|
||||
speed: 500,
|
||||
speed: 600,
|
||||
easing: 'ease-in-out',
|
||||
updateOnMove: true,
|
||||
autoplay: props.autoplay,
|
||||
drag: props.drag,
|
||||
|
||||
@@ -32,7 +32,8 @@ const options = computed((): ResponsiveOptions => {
|
||||
rewind: true,
|
||||
perPage: 1,
|
||||
perMove: 1,
|
||||
speed: 500,
|
||||
speed: 600,
|
||||
easing: 'ease-in-out',
|
||||
updateOnMove: true,
|
||||
drag: props.drag,
|
||||
autoplay: props.autoplay,
|
||||
|
||||
@@ -41,7 +41,8 @@ const mainOptions = computed<Options>(() => ({
|
||||
rewind: true,
|
||||
perPage: 1,
|
||||
perMove: 1,
|
||||
speed: 500,
|
||||
speed: 600,
|
||||
easing: 'ease-in-out',
|
||||
arrows: false,
|
||||
pagination: false,
|
||||
drag: props.drag,
|
||||
|
||||
Reference in New Issue
Block a user