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

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

1. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 100%]

...性 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

2. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 99%]

... 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

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

...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