• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 105 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)

101. Laya.Tween.to 用这个做缓动动效, 变动scale值有问题, [ 48%]

...问题, 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

102. 模拟石头下落过程不明抖动 [ 46%]

...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

103. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 46%]

... {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

104. 加载的时候动画会卡 [ 41%]

...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

105. 控制器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 38%]

...实例后显示下图: (图2-4) Enabled 是否使用动画效果。 Ease Type 时间/速度曲线。 Duration 整个缓动过程持续的时间。单位毫秒。 Delay 控制器页面切换后,延迟一定时间再开始缓动。单位毫秒。 在Gear界面上,我们并没有看X值的设...

来源: Laya3.0_文档 发布时间: 20251010