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)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章