microsoft / backbone-virtualized-listview

Backbone list view with virtualization support
20 stars 12 forks source link

Consolidate delayed redraw #8

Closed lyweiwei closed 7 years ago

lyweiwei commented 7 years ago

Problem

With the last fix of _invalidate, we introduced new issues.

Fix

Reuse the _scheduleRedraw method to consolidate the redraw. Add an additional parameter to decide whether we should use animation from or simply next tick.