这样写更加严谨:
function stratRun(options, runTime) {
var dfdPlay = $.Deferred();
// 恢复走路
restoreWalk();
// 运动的属性
$boy.transition(
options,
runTime,
'linear',
function() {});
return dfdPlay.promise(); // 返回promise对象
}
function stratRun(options, runTime) {
var dfdPlay = $.Deferred();
// 恢复走路
restoreWalk();
// 运动的属性
$boy.transition(
options,
runTime,
'linear',
function() {});
return dfdPlay.promise(); // 返回promise对象
}
2017-04-21
不要瞎说,写的是好 但是哪里有闭包? 这个不是闭包好不好! 只是对象的行为执行完返回这个执行的对象 swipe。反正我觉得 不是闭包!
2017-04-20
一定要注意,swipe.scroll未执行完毕的时候,不能够执行boy.toShop的,因为门的offset().left在swipe.scroll的时候已经变了。。
2017-04-18