Skip to content

.carousel-fade and animated progress bar don't seem to use transition mixin #25709

@patrickhlauke

Description

@patrickhlauke

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-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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions