1. 程式人生 > >egret 開發總結(一)

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)