0
点赞
收藏
分享

微信扫一扫

sencha touch 监听视图切换动画(animation)

1         var animation = this.getLayout().getAnimation();
2 //添加监听
3 animation.on({
4 scope: this,
5 animationend: 'onAnimationend',//动画效果开始
6 animationstart: 'onAnimationstart'//动画效果结束
7 });





举报

相关推荐

0 条评论