let a=tween().by(1,{position:new Vec3(0,this.startOffset,0)},{easing:“quintOut”});
let b=tween().by(1, { position: new Vec3(0, -this.speed, 0) }).repeatForever();
this.tweener = tween(this.content);
this.tweener.then(a).then(b).start();
如上代码无法运行(unknown id),把repeatForever 换成repeat可以正常运行… 求官方解决~~
@引擎组

