摘要: 1 var animation = this.getLayout().getAnimation();2 //添加监听3 animation.on({4 scope: this,5 animationend: 'onAnimationend',//动画效果开始6 animationstart: 'onAnimationstart'//动画效果结束7 }); 阅读全文
posted @ 2013-10-23 20:29 魔狼再世 阅读(827) 评论(0) 推荐(0)