Open razaqq opened 6 months ago
p-progressbar lags behind and then jumps all at once at the end <p-progressBar [value]="progress" [showValue]="true" unit="%"></p-progressBar>
<p-progressBar [value]="progress" [showValue]="true" unit="%"></p-progressBar>
replacing it with mat-progress-bar without any code changes fixes it comparison:
mat-progress-bar
windows
No response
17.3.7
17.16.0
Angular CLI App
TypeScript
v20.11.1
Try adding..
.p-progressbar-value-animate { transition: width 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
Describe the bug
p-progressbar lags behind and then jumps all at once at the end
<p-progressBar [value]="progress" [showValue]="true" unit="%"></p-progressBar>
replacing it with
mat-progress-bar
without any code changes fixes it comparison:Environment
windows
Reproducer
No response
Angular version
17.3.7
PrimeNG version
17.16.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.11.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response