You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i was wondering if it was possible to have a progress bar progressing in a smooth way.
From what i tried to understand the bar is divided in numbers (representing song seconds), each second passing move the current icon to the next number.
Keeping the same progression logic but multiplying those number by 25, and refreshing the number increase every 1/25 seconds could result in a smooth progression. Or maybe just with CSS transition-X, we could end up with the same result.
what do you think?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i was wondering if it was possible to have a progress bar progressing in a smooth way.
From what i tried to understand the bar is divided in numbers (representing song seconds), each second passing move the current icon to the next number.
Keeping the same progression logic but multiplying those number by 25, and refreshing the number increase every 1/25 seconds could result in a smooth progression. Or maybe just with CSS transition-X, we could end up with the same result.
what do you think?
Beta Was this translation helpful? Give feedback.
All reactions