Created by: MartijnCuppens
Fixes #25709 (closed)
Prevent progress animation if transitions are disabled or reduce motion is enabled.
If $enable-transitions is false:
-
@keyframes progress-bar-stripesand.progress-bar-animatedare not rendered.
If reduced motion is enabled:
- The animation is disabled thanks to
animation: none;