大约有 105 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
Laya_社区(72) Laya2.0_文档(9) Laya3.0_api(7) Laya_示例(5) Laya2.0_示例(4) laya_api(3) Laya2.0_api(3) Laya3.0_文档(2)
...问题, this.tw1 = Laya.Tween.to(this.load_1, { scaleX:0.01 }, 250, Laya.Ease.quadOut, Handler.create(this, this.tw1Complete1)); 只要是设置scale值最终变为0就有问题,, var style=this.getStyle(); 这个获取的style是空的,,这个问题不是必现的,,,,, 附件 : ...
来源: Laya_社区 发布时间: 20180315
...all.x = (i%6) *150 ball.y = -200 Laya.Tween.to( ball,{y: 1500 } ,5000,Laya.Ease.linearOut,Laya.Handler.create(this,this.removeball,[ball])); Laya.stage.addChild( ball ); } } public removeball( ball:Laya.Sprite ){ Laya.stage.removeChild(ball); // console.log("rmove ball") } public getObj():Laya.Sprit...
来源: Laya_社区 发布时间: 20180226
... {name:nodesType, tips:"", type:Nodes}*/ public nodesType; /** @prop {name:easeType, tips:"", type:Ease}*/ public easeType; /** @prop {name:snumType, tips:"", type:SNumber, min:0, max:10, tick:1}*/ // public snumType; /** @prop {name:resType, tips:"", type:Res}*/ // public resType; /** @prop {name:r...
来源: Laya_社区 发布时间: 20181215
...i1.play(0,true); Tween.to(this.bigfont,{scaleX:1,scaleY:1},500,Ease.backOut,null,0) Tween.to(this.smallfont,{y:905},500,null,null,500); //Tween.to(this.diqiu,{rotation:36000},100000,null,null,500); } Lload.prototype.loadEnd = function(){ th...
来源: Laya_社区 发布时间: 20160815
...实例后显示下图: (图2-4) Enabled 是否使用动画效果。 Ease Type 时间/速度曲线。 Duration 整个缓动过程持续的时间。单位毫秒。 Delay 控制器页面切换后,延迟一定时间再开始缓动。单位毫秒。 在Gear界面上,我们并没有看X值的设...
来源: Laya3.0_文档 发布时间: 20251010