提交 01161279 编写于 作者: S sushuang

support forceAnimation

上级 99c83ba5
......@@ -586,7 +586,7 @@ define(function(require) {
}
duration > 0
? el.animateTo(props, duration, animationDelay || 0, animationEasing, cb)
? el.animateTo(props, duration, animationDelay || 0, animationEasing, cb, !!cb)
: (el.stopAnimation(), el.attr(props), cb && cb());
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册