Skip to content

Commit b016825

Browse files
authored
carousel: fix transition properties order. (#29173)
1 parent 749622f commit b016825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_carousel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
.active.carousel-item-right {
7676
z-index: 0;
7777
opacity: 0;
78-
@include transition(0s $carousel-transition-duration opacity);
78+
@include transition(opacity 0s $carousel-transition-duration);
7979
}
8080
}
8181

0 commit comments

Comments
 (0)