[LayaAir 1.0]laya animation播放图片集合,切换时会闪烁一下

预加载或者使用animation 的缓存模板方式,在切换时都会闪烁。
已邀请:

kura

赞同来自:

TIM图片20190325114511.png


TIM图片20190325114534.png

 

风信子

赞同来自:

没看懂,但是你的complete写在play后面不太好吧,闪烁可能是执行了多遍,后面的覆盖前面,看起来就闪烁,你是loop到底是了什么也不知道

kura

赞同来自:

https://andyskaura.github.io/
简单demo可以看下那个猫咪

kura

赞同来自:

更新了demo,已经放弃这种实现方式了。感谢各位大佬的关注,如果有解决方案请告知我,我会贴在这里。

风信子

赞同来自:

private createAnimation(images: Array<string>): Laya.Animation {
this.animation = new Laya.Animation();
this.ui.addChild(this.animation);
this.animation.loadImages(images);
this.animation.interval = 70;
this.animation.play(0);
return  this.animation
}
我不知道你是怎么做的。这样是没问题的

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作