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

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

11. tween如何更改3d物体位置 [ 63%]

...orm.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),ConstValue.animationDelay);   无法直接设置原因是浅拷贝变量无法同步到原对象中去   2018-01-12 0 0 分享 微博 QZONE ...

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

12. Laya有动画API没?如moveTo之类的 [ 63%]

...aair.ldc.layabox.co ... tters Tween.to(letterText, { y: endY }, 1000, Ease.elasticOut, null, i * 1000); 2019-02-01 0 0 分享 微博 QZONE 微信 ohkei 赞同来自: Laya画图API里没有moveTo和lineTo,需要用drawLines去解决 2020-12-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...

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

13. 缓动动画有BUG吧,请看下! [ 62%]

...动动画有BUG吧,请看下! 我使用的是Tween.to,类型是ease.elasticout,如果给控件指定的目标区域超出其父控件,它的超出父控件的显示区域也会显示,这不应该这样的吧,超出父控件区域的子控件都不应该绘制的吧! 2018-09-07 添加...

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

14. 缓动-逐字缓动 [ 62%]

...xt.x = w / len * i + offset; Tween.to(letterText, { y : endY }, 1000, Ease.elasticOut, null, i * 1000); } } private function createLetter(char:String):Text { var letter:Text = new Text(); letter.text = char; letter.color = "#FFFFFF"; letter.font = "Impact"; letter.fontSize = 110; Laya.stage.addChild...

来源: Laya_示例 发布时间: 20240930

15. 缓动-逐字缓动 [ 62%]

...xt.x = w / len * i + offset; Tween.to(letterText, { y : endY }, 1000, Ease.elasticOut, null, i * 1000); } } private function createLetter(char:String):Text { var letter:Text = new Text(); letter.text = char; letter.color = "#FFFFFF"; letter.font = "Impact"; letter.fontSize = 110; Laya.stage.addChild...

来源: Laya2.0_示例 发布时间: 20240930

16. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 62%]

...erText.y = 100; //Laya.Tween.from(letterText, { y : 100 }, 3000, Laya.Ease.elasticOut, null, i * 1000);//注释本行改为将Laya.Tween.from改变为Laya.Tween.to Laya.Tween.to(letterText, { y : 300 }, 1000, Laya.Ease.elasticOut, null, i * 100); ``` #### 3.5 理解ease参数 第四个参数ease对...

来源: Laya2.0_文档 发布时间: 20210715

17. Text 居中 搭配 Tween 显示结果有问题。 [ 60%]

...addChild(txt); Laya.Tween.to(txt, { scaleX:2, scaleY:2, }, 1000, Laya.Ease.elasticOut,null,1000);  画布800x600,在屏幕正中间显示一行字,通过缓动放大倍数到2倍,不改变位置,结果发现缓动把位置变动了,请问这是个BUG吗?    2016-12-22 添加评论 免费帖 -->...

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

18. 3D模型无法用Tween类吗 [ 58%]

...orm.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),ConstValue.animationDelay);   无法直接设置原因是浅拷贝变量无法同步到原对象中去   2018-01-12 0 0 分享 微博 QZONE ...

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

19. Laya.Tween怎么运用到3D对象上? [ 57%]

...orm.position = this.potOld;     }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){     console.log("complete"); }),ConstValue.animationDelay);   无法直接设置原因是浅拷贝变量无法同步到原对象中去   2018-01-12 0 3 分享 微博 QZONE ...

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

20. laya.utils.Ease_API3.0 [ 55%]

...ircIn circInOut circOut cubicIn cubicInOut cubicOut elasticIn elasticInOut elasticOut expoIn expoInOut expoOut linearIn linearInOut linearNone linearOut quadIn quadInOut quadOut quartIn quartInOut quartOut quintIn quintInOut quintOut sineIn sineInOut sineOut strongIn strongInOut strongOut Methods St...

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