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
}else{
这个动画在缓动期间是小于0.5的,所以这个会执行,执行大于0.5后受到index影响才会归位
问题是, 如果滑动过快 index 的数据是错乱的,只有在等待缓动结束后滑动 index 值才是正常的,这很明显不符合正常使用情况,这个问题就在这个插件上就无解了,没有办法通过判断index方式来终止此动画
}
The text was updated successfully, but these errors were encountered:
指示器到达第三个后,往后滑动会偏移,原因应该是
if (progress > 0.5) {
}
The text was updated successfully, but these errors were encountered: