airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

Screen jumping issue due to delay between appending and buffer size update #39

Open ia3andy opened 10 years ago

ia3andy commented 10 years ago

I'm experiencing some screen jumping due to the delay between appending stashed pages and buffer size update. Could you explain me why you use a single buffer instead of keeping the page element in the view and add its children to a shadow object. Doing so, you would never change the size of the view at all. Thanks.