Skip to content

Conversation

julien-deramond
Copy link
Member

@julien-deramond julien-deramond commented Aug 16, 2025

Warning

The commit with the example must be removed before merging

Closes #41596

This PR adds an extra CSS rule for the animation of progress stack width.

Regular progress bars animate their width property. Stacked progress bars have their progress controlled by the parent .progress container's width, not the individual bar's width. To fix transitions in stacked progress bars, I applied the transition to the container.

There's a temporary example in the Checkout example page based on https://stackblitz.com/edit/bootstrap-5-qckpcxzb?file=src%2Findex.html to show that the fix works correctly.

@julien-deramond julien-deramond requested review from a team as code owners August 16, 2025 12:01
@github-project-automation github-project-automation bot moved this to To do in v5.3.8 Aug 16, 2025
@julien-deramond julien-deramond moved this from To do to Needs review in v5.3.8 Aug 16, 2025
@julien-deramond julien-deramond changed the title Main jd fix transition progress stack Fix transition animation for .progress-stack Aug 16, 2025
@julien-deramond julien-deramond changed the title Fix transition animation for .progress-stack Fix Stacked progress transition animation Aug 16, 2025
@julien-deramond julien-deramond changed the title Fix Stacked progress transition animation Fix Stacked progress width transition animation Aug 16, 2025
@mdo mdo force-pushed the main-jd-fix-transition-progress-stack branch from 9f939aa to d75bc53 Compare August 22, 2025 04:01
@mdo mdo removed this from v5.3.8 Aug 22, 2025
@mdo
Copy link
Member

mdo commented Aug 22, 2025

Going to remove this from v5.3.8 for now because I don't see an obvious difference in the checkout demo right now and aim to do a weekend release if I can.

@github-project-automation github-project-automation bot moved this to Needs review in v5.4.0 Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs review
Development

Successfully merging this pull request may close these issues.

Stacked progress bars don't use transitions when updated
2 participants