Tristan Yang

Results 29 comments of Tristan Yang

> 弹幕过多的话,会重叠到一起 没有好办法,屏幕空间就那么多,自己想办法限流,我有个想法:在push环节,检查下正在滚动的有多少个弹幕,如果过多,就停一会儿发送

> 我这边在ios10的设备上发现不支持IntersectionObserver,用了官方和其他的一个polyfill各有各的问题,想问下可有推荐的方案? 呃.... iOS10 我身边没有这种版本的手机,推荐升级iOS版本.... 也是一种方案吧😁

> > 写的很好啊 > > @PengZhao12 > 我借鉴作者大佬的代码,改造成了一个用原生js 实现的,你可以试下看看,https://github.com/hugeorange/danmujs 可以的,着实很用心❤

> 感谢反馈,确实好久没看这个站点了,我处理下

> I prevent remount to prevent these kind of problem. In my side, remount cause it lost focus. how to prevent remount? Could you paste the code please? I enter...

> 简单看了几个组件,感觉有些动画效果播放太慢了,给人一种迟钝的感觉 > 比如组件右下角点开info,展开的速度就非常慢,我看着很难受 不太清楚您说的动画慢是哪儿的体验,方便的话,可以加我V明确说说~ yanggc_2013

I'm facing same problem, but I found it's related to the root BrowserWindow titlebar setting if I set: ``` javascript new BrowserWindow({ titleBarStyle: "hidden", titleBarOverlay: true, ... }); ``` hidden...

> @Abdulahadahmadi no, its a dynamic page. I'm thinking this probably happens because i'm using internationalization but im not able to debug for now. Yes, after adding multilingual support to...