大约有 6 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0022 秒)
重发问题: 点击页面会导致setTimeout setInterval 延迟执行 我现在在做一个射击游戏, 里面有一个不停的更新里面元素位置的setInterval; 同时页面有需要频繁点击触发发射的功能; 在频繁点击页面的时候动画会明显卡顿帧数并没有变小,...
来源: Laya_社区 发布时间: 20170323
...什么原因导致的吗? 怎样解决? 重发问题: 点击页面会导致setTimeout setInterval 延迟执行 ui编辑器编辑了一个面板,面板里有个button, 编辑好以后,正常加载ui 面板,button的图片资源没找到,导致button无法正常显示 2.3版本某些Android机...
来源: Laya_社区 发布时间: 20180122
...的websocket out of memory //这种方式短时间内没发现会崩溃 // setTimeout(()=>{ // this.testWebSocket(); // },3000); }); client.on(PinusWSClientEvent.EVENT_HEART_BEAT_TIMEOUT, (event) => { }); client.on(PinusWSClientEvent.EVENT_KICK, (event) => { }); let self = this; client.init...
来源: Laya_社区 发布时间: 20190507
...ame == 'INPUT' || document.activeElement.tagName == 'TEXTAREA') { window.setTimeout(function () { document.activeElement.scrollIntoViewIfNeeded(); }, 0); } }); } $(document).on('focusout', function () {//软键盘收起的事件处理 windowInnerWidth=false; document.body.scrollTop = document.do...
来源: Laya_社区 发布时间: 20190313
... 前端容易崩 cuixueying • 2017-03-09 21:33 你可以试下js原生的settimeout方法!
来源: Laya_社区 发布时间: 20170309
...:11.24.0.10 demo:Laya.SoundManager.playMusic("res/sound/BGM.mp3"); setTimeout(() => { Laya.SoundManager.playMusic("res/sound/bird_01_flying.mp3"); }, 3000); 2020-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20200616