egret 开发总结(一)

1.安装谷歌插件

2.Tween动画的使用

     egret.Tween.get(this.btn_login).to({ alpha: .3 }, 300, egret.Ease.circIn)
            .to({ alpha: 1 }, 300, egret.Ease.circIn).call(this.fun, this)

猜你喜欢

转载自my.oschina.net/u/698044/blog/2236702