fix. [디자인 QA] 슬라이드 전환 효과 비활성화시에도 적용
This commit is contained in:
@@ -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 스타일 */
|
||||
|
||||
Reference in New Issue
Block a user