angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications

Home Page:http://angular-ui.github.io/ui-scroll/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When scroll the page very quickly,the page will be white for 1or 2 seconds

xiaozhaowen opened this issue · comments

@xiaozhaowen Since the ui-scroll has no mechanism to skip intermediate rows during fast scrollnig, the issue certainly depends on a) data retrieving delay (remote overhead costs) and b) retrieved data rendering delay. First thing could be improved via internal cache (see example).

Also there are some thoughts on this topic: #120.