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

大约有 96 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)

41. 多个tween会影响其它精灵事件 [ 81%]

...个tween会影响其它精灵事件 为啥 我界面里面执行了多个 Laya.Tween 其中一个执行了clear,然后其它几个里面就有一个动画不执行了,完全不同的精灵,找不到原因,   Laya.Tween.to(curBoxObj.resLeft, { scaleY: 1 }, 500, Laya.Ease.elasticOut); Laya.Tw...

来源: Laya_社区 发布时间: 20180510

42. 再问:tween对象的回收利用 [ 80%]

...合,基本执行一次,然后在completeHandle做处理,都是通过Laya.Tween.to来执行,没有对接口返回的tween对象做缓存也没有做回收,按之前官方说法,是要手动回收,感觉这样很不方便,不能做成像Handle.create的回收方式吗?简而言之,...

来源: Laya_社区 发布时间: 20161205

43. popup设置了关闭效果后,窗口关闭但遮罩层没有关掉,请问如何处理 [ 80%]

...何处理       //关闭效果     hideEffect(): void {         Laya.Tween.to(this,{y:Laya.stage.height,alpha:0},200,Laya.Ease.linearIn);              }   import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.pop...

来源: Laya_社区 发布时间: 20190121

44. tween有这个一个bug [ 80%]

...个一个bug 先创建一个timeline循环按钮动画 var timeLine = new Laya.TimeLine(); timeLine.addLabel("ZoomIn",0).to(share.btShare,{scaleX:0.9, scaleY:0.9},400,Laya.Tween.cubicOut,0) .addLabel("ZoomOut",0).to(share.btShare,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cubicOut,0); timeLine.play(0,t...

来源: Laya_社区 发布时间: 20180118

45. laya.effect.FadeOut_API3.0 [ 78%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeOut" FadeOut Class FadeOut 淡出效果 Hierarchy EffectBase FadeOut Index Constructors constructor Properties _extra _s...

来源: Laya3.0_api 发布时间: 20231115

46. laya.effect.FadeIn_API3.0 [ 78%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeIn" FadeIn Class FadeIn 淡入效果 Hierarchy EffectBase FadeIn Index Constructors constructor Properties _extra _singl...

来源: Laya3.0_api 发布时间: 20231115

47. Laya.Tween.to [ 77%]

Laya.Tween.to Laya.Tween.to(this.arrowImg, {"rotation": destination}, 4000, Laya.Ease.cubicOut, Handler.create(this, ()=> { })); 如何控制Laya.Ease.cubicOut的速度 2018-05-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

来源: Laya_社区 发布时间: 20180503

48. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 76%]

...(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.ball = new Sprite(); // 城堡 this.tower = new Sprite(); // 飞艇 this.aeroboat...

来源: Laya_社区 发布时间: 20170720

49. Tween下的动画速度如何改变? [ 75%]

... public function rotateFunc(awards,angle,text):void{ isRotated = true; // Laya.timer.frameLoop(1,this,bian,[angle,text]); //缓动动画 Tween.to(pan,{ rotation: -(720+angle) },5000,Ease.bounceOut(0,0,0,5000),Handler.create(this,function():void{ alert(text); })); } 如以上代码 :我用在5000...

来源: Laya_社区 发布时间: 20180613

50. laya.effect.ButtonEffect_API3.0 [ 75%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/ButtonEffect" ButtonEffect Class ButtonEffect script {name:ButtonEffect} author ww Hierarchy ButtonEffect Index Properties b...

来源: Laya3.0_api 发布时间: 20231115