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
this is a minor issue, which happened only when mouse move during the translate transition, if you set transition duration a bit longer, you could see this issue clearly.The cause is, newX is based on this.x, but during the transition, x value of slider is changing, but this.x is not updated.
The text was updated successfully, but these errors were encountered:
this is a minor issue, which happened only when mouse move during the translate transition, if you set transition duration a bit longer, you could see this issue clearly.The cause is, newX is based on this.x, but during the transition, x value of slider is changing, but this.x is not updated.
The text was updated successfully, but these errors were encountered: