javascript - Smoother scrolling on an infinite page -


this long shot, here's what's bothering me: have page can go infinitely (so speak) in directions. it's overflow: hidden on main div , can move dragging screen or arrow keys. data displayed inside ascii text (loads of it, rendered in loads of tables, long story, not allowed change it). i've optimised cleanup after , regarding network traffic , sheer rendering dom, fine. there no lags/hiccups no matter how drag screen , move around.

however, doesn't look/feel smooth page less content on it. guess either looks different form pure optical perspective, due amount of noise on page or dom taking beating content , doesn't perform way should (i.e. doesn't lag, doesn't perform ideally, well).

anyone experienced these kind of issues? scrolling/optimisation tips lots of content in visible part of page? or optical thing? know question might bit wide, is.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -