inventory-framework
inventory-framework copied to clipboard
Smooth scrolling and vertical scrolling
Currently if there are 100 sub data units split over two pages having 50 for each, in IF page switching will render those two pages at once.
Smooth scrolling
Smooth scrolling will make the next batch of items to be rendered not the current amount of items in the inventory for the next page, i.e. if there are 100 data units sub split over two pages having 50 for each, on the next attempt to switch to the next page, only X items from the next page, determined by the developer, will be rendered, not all.
Vertical scrolling
Vertical scrolling causes items from the next inventory update for pagination to be redirected to the end of the inventory, the last slot, going left to right, bottom to top (LRBT), currently in horizontal scrolling, items go from the right to the left, top to bottom (RLTB).