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
On this jsfiddle.net/Mr21/cr5391w2 we can see the difference between .stop and .finish. The darkest blue block is modified only with the progress callback.
But the callback progress is not called a last time with the value 1 when we force the end of the animation.
If you are agree on this problem, I found where we should put a line to fix this problem.