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
We actually do it in that order, but jQuery doesn't wait. I'll have to figure out how to make jQuery wait for the previous animation before moving on to the next line of code. That'll probably be a callback or some such, I guess.
There is actually a Promise which would help (it's a method that gets called once the fade has finished), but it gets called for each element that's being faded, so have to filter that out first. Should be doable, but could be slightly complicated
Steps to reproduce:
Outcome: the video times will update, then the old notification will fade out, and the new one will fade in. The overall effect is a bit strange.
The correct sequence of events should be:
The text was updated successfully, but these errors were encountered: