fix. [디자인 QA] 슬라이드 전환 효과 비활성화시에도 적용

This commit is contained in:
clkim
2025-11-25 19:59:05 +09:00
parent 436d30c3cb
commit 53ca3b7762
3 changed files with 4 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ const handleMove = (
.center-highlight:deep(.splide__slide) .slide-inner {
width: var(--banner-width-mo);
height: var(--banner-height-mo);
transition: all 0.6s ease-out;
}
.center-highlight:deep(.splide__slide.is-active) {
width: var(--banner-width-mo-container);
@@ -138,7 +139,6 @@ const handleMove = (
.center-highlight:deep(.splide__slide.is-active) .slide-inner {
width: var(--banner-width-mo-active);
height: var(--banner-height-mo-active);
transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
/* PC 스타일 */