FancyScrollView
Scroll view component that can implement highly flexible animations
...When FancyScrollView updates the scroll position, it passes the normalized position of the viewport range to each cell. On the cell side, the cell itself controls the scrolling position and appearance based on the value of 0.0~. The sample uses Animator and mathematical formulas to implement scrolling movements.1.0. Only the number of cells needed for display will be generated and the cells will be reused. You can check the operation while actually increasing the number of data in the Demo. FancyScrollRect and FancyGridView also allow you to specify margins before the cells are reused while scrolling. ...