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

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

11. 为什么list不能滑动,怎么让list滑动 [ 72%]

...动条。 this.gradeList.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。 this.gradeList.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。  this.gradeList.selectEnable = true; this.gradeList.selectHandler = new Laya.Handler(this, this.onSelect) this.g...

来源: Laya_社区 发布时间: 20190515

12. label 设置成 scroll后 超出部分为什么不会像list列表那样。可以拖拉。 [ 71%]

...? Laya_XS • 2018-04-02 13:20 其他的效果需要自己实现,比如回弹等效果

来源: Laya_社区 发布时间: 20180402

13. 求问下大神,这种滑动效果用panel怎么实现呢?有什么好的思路吗 [ 69%]

...问下大神呀?这种类似分页的滑动,滑动超不过一半就又回弹回去了,panel 有相关的api 吗 附件 : --> panel滑动.mov_.zip 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qi...

来源: Laya_社区 发布时间: 20180110

14. 关于使用List的时候遇到的各种奇妙问题 [ 69%]

...引起了其他什么变化,但是第四行,会让之前设置的滚动回弹时间和距离失效!!! 我个人觉得这些问题真的是相当奇妙哈哈哈哈,不知道还有没有其他的问题存在,先提交这一些吧 附件 : --> 2017-11-20 添加评论 免费帖 --> 分享 ...

来源: Laya_社区 发布时间: 20171120

15. List组件拖动浏览时item会出现重叠的现象 [ 66%]

...ndler = new Handler(this, this.onSelect); // 滚动条的橡皮筋操作:回弹时间及弹性距离 list.scrollBar.elasticBackTime = 200; list.scrollBar.elasticDistance = 5; Laya.stage.addChild(list); // 设置数据项为对应图片的路径 var data: Array<string> = []; for (var i: numbe...

来源: Laya_社区 发布时间: 20180410

16. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 60%]

...e = 200;    //rankList.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。       //rankList.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。     rankList.spaceY = 20;     rankList.itemRender = Item;     rankList.repeatX = 1;     ...

来源: Laya_社区 发布时间: 20180507

17. List属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 60%]

...表的滚动条。 m_list.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。 m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 ``` ####9. 在程序里运行查看效果。 ​ ![图片0.gif](gif/1.gif) ​ (图7) ### 1.2 List 组件常用属...

来源: Laya2.0_文档 发布时间: 20210714

18. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 59%]

...表的滚动条。 m_list.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。 m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 ``` ####9. 在程序里运行查看效果。 ​ ![图片0.gif](gif/1.gif) ​ (图7) ### 1.2 List 组件常用属...

来源: Laya2.0_文档 发布时间: 20210715

19. laya.ui.Box_API3.0 [ 9%]

...可选。 Default value elasticBackTime: number = 300 (可选)橡皮筋回弹时间,单位为毫秒,默认为300毫秒,可选。 Default value data: any = null (可选)拖动事件携带的数据,可选。 Default value ratio: number = 0.92 (可选)惯性阻尼系数,影响惯...

来源: Laya3.0_api 发布时间: 20231115