.carousel-fade
and animated progress bar don't seem to use transition mixin
#25709
Labels
.carousel-fade
and animated progress bar don't seem to use transition mixin
#25709
Per #25641 (comment) is seems that even when disabling transitions (using
$enable-transitions
or after setting the "prefers reduced motion" option once that PR has landed),.carousel-fade
(https://github.com/twbs/bootstrap/blob/3dd0bde664699fc7a191d0d3569f4f0ba8f06028/docs/4.0/components/carousel.md#crossfade) and the animated progress bar https://getbootstrap.com/docs/4.0/components/progress/#animated-stripes still use transitions. Possibly (not tested) even the JS-basedfade
https://getbootstrap.com/docs/4.0/components/list-group/#fade-effectAll these effects should be suppressed when
$enable-transitions
is off / "prefers reduced motion" is indicated by the user.The text was updated successfully, but these errors were encountered: