primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.62k stars 4.63k forks source link

Progressbar lags behind #15475

Open razaqq opened 6 months ago

razaqq commented 6 months ago

Describe the bug

24-05-07_11-39-20_uW84S4xi

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:

24-05-07_11-54-17_Hpt0rApA

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

pkdigital commented 6 days ago

Try adding..

.p-progressbar-value-animate { transition: width 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }