大约有 27 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...0.4,0.4); Laya.Tween.to(this.body, { scaleX: 1, scaleY: 1 },300, Laya.Ease.backOut, null); 文字效果差异如下,文字旋转后白色(#ffffff)字体明显加粗,其它颜色(#92420D)就正常粗细,这个有解决方案吗 附件 : --> test.zip 2024-01-10 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20240110
...wner,{scaleX:this.originalScaleX,scaleY:this.originalScaleY},100,Laya.Ease.backOut) }) ) } 我所有的按钮都继承这个基类,在Laya调试没有问题,但是在微信工具中声音不播放但是图片会变化!! 2020-12-09 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20201209
...tage.width / 2, y: Laya.stage.height / 2, scaleX: 0, scaleY: 0}, 300, Ease.backOut, Handler.create(this, this.doOpen, [dialog])); } 2018-06-21 0 2 分享 微博 QZONE 微信 1553745787用户 赞同来自: class DialogPage extends ui.DialogPageUI { private tip:Laya.TipManager = new La...
来源: Laya_社区 发布时间: 20180620
...ay(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(){ this.an...
来源: Laya_社区 发布时间: 20160815
...een 动画的缓动效果。 Hierarchy Ease Index Methods backIn backInOut backOut bounceIn bounceInOut bounceOut circIn circInOut circOut cubicIn cubicInOut cubicOut elasticIn elasticInOut elasticOut expoIn expoInOut expoOut linearIn linearInOut linearNone linearOut quadIn quadInOut quadOut quartIn...
来源: Laya3.0_api 发布时间: 20231115
...过冲目标,然后再次倒转方向,回来朝目标移动。 Ease backOut(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number[static] 开始运动时是朝目标移动,稍微过冲,再倒转方向回来朝着目标。 Ease bounceIn(t:Number, b:Number, c:Number, d:Numbe...
来源: laya_api 发布时间: 20170929
...过冲目标,然后再次倒转方向,回来朝目标移动。 Ease backOut(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number[static] 开始运动时是朝目标移动,稍微过冲,再倒转方向回来朝着目标。 Ease bounceIn(t:Number, b:Number, c:Number, d:Numbe...
来源: Laya2.0_api 发布时间: 20190513