update 音效 - 主题图
This commit is contained in:
@@ -46,7 +46,9 @@ export class GirlListPopupPanel extends li_BaseView {
|
||||
}
|
||||
onLoadCT() {
|
||||
this.node.scale = Vec3.ZERO;
|
||||
tween(this.node).to(0.3, { scale: Vec3.ONE }).start();
|
||||
tween(this.node)
|
||||
.to(0.2, { scale: Vec3.ONE }, { easing: "quadOut" })
|
||||
.start();
|
||||
|
||||
Utils.parseNode(this.node, this._nodeTab);
|
||||
this.img = this._nodeTab.img.getComponent(Sprite);
|
||||
|
||||
Reference in New Issue
Block a user