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
Related to "solving" mopidy/mopidy#434 - Idea is to take care of all the making sure we account for timeouts running over and using animation frames so we get more accurate timing and don't get updated when the tab isn't visible.
http://jsfiddle.net/deqfpk8x/15/ is the updated version. Changed the API to be "callback" oriented, in the sense that you create a Progress object for each callback you want to run. Then you just call start and stop as needed. I've also made sure we handle missing position and duration params. And that we can handle infinite play type situations.
Having discussed this with @jodal on IRC this will likely just end up as it's own standalone repo. So closing this and will add info about the helper to the main mopidy docs once it is up.
Related to "solving" mopidy/mopidy#434 - Idea is to take care of all the making sure we account for timeouts running over and using animation frames so we get more accurate timing and don't get updated when the tab isn't visible.
http://jsfiddle.net/deqfpk8x/9/ has a quick prototype for this.
The text was updated successfully, but these errors were encountered: