nej
nej copied to clipboard
/nej/src/util/animation/animation.js 动画位置百分比计算存在问题
_pro.__onAnimationFrame = function(_time){
if (!this.__begin) return;
if ((''+_time).indexOf('.')>=0){
_time = +new Date;
}
iOS 10.2.1 返回的_time 部分是没有小数点的,时间不正确,就会存在动画抖动的问题
没有人搞了?