Laya.timer.loop(1000, this, this.setTime);
private setTime(){
this.downTime--;
Tween.to(img1, { x: randomx, y: randomy }, 250);
Tween.to(img2, { x: randomx, y: randomy }, 250);
Tween.to(img3, { x: randomx, y: randomy }, 250);
}
类似于这种每秒执行几个缓动,导致ios黑屏
还有就是使用编辑模式编辑的大点的动画运行导致黑屏