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 = (
width: var(--banner-width-mo);
height: var(--banner-height-mo);
opacity: 0.5;
transition: all 0.6s ease-out;
}
.center-focus:deep(.splide__slide.is-active) {
width: var(--banner-width-mo-container);
@@ -140,7 +141,6 @@ const handleMove = (
width: var(--banner-width-mo-active);
height: var(--banner-height-mo-active);
opacity: 1;
transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.center-focus:deep(.splide__slide.is-next),
.center-focus:deep(.splide__slide.is-prev) {