mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-08 00:03:56 -05:00
carousel: fix transition properties order. (#29173)
This commit is contained in:
parent
749622f43d
commit
b016825edd
@ -75,7 +75,7 @@
|
|||||||
.active.carousel-item-right {
|
.active.carousel-item-right {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@include transition(0s $carousel-transition-duration opacity);
|
@include transition(opacity 0s $carousel-transition-duration);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user