[LayaAir 1.0]dialog设置了自定义的closeEffect之后,弹出框关闭之后黑色遮罩没有关闭

this.closeEffect = new Laya.Handler(this, function () {
Laya.Tween.to(this, {
x: Game.UIWidth
}, 200, Laya.Ease.backIn, new Laya.Handler(this, function () {

}));
});
已邀请:

韩辉

赞同来自:

代码如下:
this.closeEffect = new Laya.Handler(this, function () {
Laya.Tween.to(this, {
x: Game.UIWidth
}, 200, Laya.Ease.backIn, new Laya.Handler(this, function () {
//省略
}));
});

要回复问题请先

商务合作
商务合作