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
Is throttling on timeupdate (the only recurring event) really useful?
I put it in the first place to limit the Angularjs scope $applies, but it gets triggered few times per second only.
I was thinking to remove it in order to slim the library down and to not overcomplicate it further, leaving throttling to a branch
Write your opinions if you have, thanks
The text was updated successfully, but these errors were encountered:
I find it weird its not updating every second as i'm forced to stop everything in between.
I'd like to have a progress-bar implementation so we can get the progress nice an smooth. There is a 0 to 100 percentage from loading, but there isn't for playback. So my progress sliders are really stuttering. Perhaps another value that changes a bit more would be appreciated?
I'll try the trottle-feature tomorrow. Any idea on optimal values?
Is throttling on
timeupdate
(the only recurring event) really useful?I put it in the first place to limit the Angularjs scope $applies, but it gets triggered few times per second only.
I was thinking to remove it in order to slim the library down and to not overcomplicate it further, leaving throttling to a branch
Write your opinions if you have, thanks
The text was updated successfully, but these errors were encountered: