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

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

11. laya.utils.Ease_API3.0 [ 63%]

...cInOut 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 Static backIn backIn(t: number, b: num...

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

12. 3d中 缓动往一个点转向并移动的问题 [ 60%]

...          })             }, speed * 1000, Laya.Ease.linearIn);         } 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****260 相关问题 两个对象new了一个相同的对象,调用第...

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

13. 发现TimeLine的一些问题,像是BUG [ 56%]

...umber):void { timeLine=new TimeLine(); timeLine.to(sp, {y: yy}, 3000, Ease.linearIn); timeLine.once(Event.COMPLETE,this, complete,[sp,timeLine]); timeLine.play(0,false); } //清理缓动的函数 private function clearTime(timeLine:TimeLine):void { timeLine.destroy(); } //缓动播放完成后的回...

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

14. 缓动 · LayaAir3.0文档 · LAYABOX [ 55%]

缓动一、概述二、Ease2.1 匀速运动(linearIn)2.2 加速运动(expoIn)2.3 快速加速运动(strongIn)2.4 往后再反向(backIn)三、Tween3.1 常用API介绍3.2 参数说明3.3 缓动实例3.4 理解Props参数3.5 理解缓动持续时间(duration)与延迟执行(del...

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

15. laya.utils.Ease [ 47%]

...每个时间间隔是剩余距离减去一个固定比例部分。 Ease  linearIn(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearInOut(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearNone(t:Num...

来源: laya_api 发布时间: 20170929

16. laya.utils.Ease [ 47%]

...每个时间间隔是剩余距离减去一个固定比例部分。 Ease  linearIn(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearInOut(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearNone(t:Num...

来源: Laya2.0_api 发布时间: 20190513