cubiq/SwipeView

Mouse move during the translate transition

JackGit opened this issue · 0 comments

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.