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

大约有 2 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0016 秒)

1. 缓动-缓动函数演示 [ 100%]

...andler(this, this.renderList); Laya.stage.addChild(easeFunctionsList); let data = []; data.push('backIn', 'backOut', 'backInOut'); data.push('bounceIn', 'bounceOut', 'bounceInOut'); data.push('circIn', 'circOut', 'circInOut'); data.push('cubicIn', 'cubicOut', 'cubicInOut'); data.push('elasticIn', 'e...

来源: Laya2.0_示例 发布时间: 20260815

2. UI-RefreshList [ 67%]

...ender = ItemBox; this.refreshList.vScrollBarSkin = ""; // 创建数据 var data = this.createData(9, "初始数据"); this.refreshList.array = data; // 添加事件监听 this.refreshList.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); ...

来源: Laya2.0_示例 发布时间: 20260815