大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)
...性 letterText.y = 300; //Tween.from(letterText, { y : 100 }, 3000, Ease.elasticOut, null, i * 1000);//注释本行改为将Tween.from改变为Tween.to Tween.to(letterText, { y : 100 }, 3000, Ease.elasticOut, null, i * 1000); ``` 运行效果如动图3所示 ![动图3.gif](img/3.gif)(动图3) ...
来源: Laya2.0_文档 发布时间: 20210715
... letterText.y = 300; //Laya.Tween.from(letterText,{y:100},3000,Laya.Ease.elasticOut,null,i*1000);//注释本行改为将Laya.Tween.from改变为Laya.Tween.to Laya.Tween.to(letterText, { y : 100 }, 3000, Laya.Ease.elasticOut, null, i * 1000); ``` 运行效果如动图3所示 ![动图3.gif](img/3.gif)...
来源: Laya2.0_文档 发布时间: 20210715
...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