大约有 16 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0021 秒)
...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
... }) }, speed * 1000, Laya.Ease.linearIn); } 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****260 相关问题 两个对象new了一个相同的对象,调用第...
来源: Laya_社区 发布时间: 20180726
...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
缓动一、概述二、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
...每个时间间隔是剩余距离减去一个固定比例部分。 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
...每个时间间隔是剩余距离减去一个固定比例部分。 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