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
Please describe your issue in as much detail as possible:
I have a series of animations to excute, so it may take a couple of time。
when the animation is executing, if i switch the window tab to make the current site invisible,
the animation is stoped。
and then it can't resume at every time when i return the site。
(sometimes it can resume ,but not every time)
I've had a quick look through your code, and not sure what's going on - but Velocity should behave properly in the background - the result from a Velocity call is also a Promise, so you could actually use them rather than manually creating a Promise - but I'm not sure why that's not working right for you - and can't seem to reproduce it here where it's worked every time (and even finishes in the background etc).
Your system information
Checklist
Please describe your issue in as much detail as possible:
I have a series of animations to excute, so it may take a couple of time。
when the animation is executing, if i switch the window tab to make the current site invisible,
the animation is stoped。
and then it can't resume at every time when i return the site。
(sometimes it can resume ,but not every time)
JSFiddle example showing issue in action (code):
https://codepen.io/je-lee/pen/WmgaNz
The text was updated successfully, but these errors were encountered: