`.carousel-fade` and animated progress bar don't seem to use transition mixin
Per https://github.com/twbs/bootstrap/pull/25641#issuecomment-367183255 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-based fade
https://getbootstrap.com/docs/4.0/components/list-group/#fade-effect
All these effects should be suppressed when $enable-transitions
is off / "prefers reduced motion" is indicated by the user.