[]Animation 播放完成回调有参数吗
Animation.on(Event.COMPLETE, this, bfwc);
function bfwc(e){
console.log(e.target.name);
}
是错误的
function bfwc(e){
console.log(e.target.name);
}
是错误的
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
Monica - 知识达人
赞同来自:
zjwytqm
赞同来自:
var dh=new Animation();
dh.on()