FancyScrollView
Scroll view component that can implement highly flexible animations
A generic ScrollView component that allows you to implement highly flexible animations. It also supports infinite scrolling. Add the package to your Unity Project from the OpenUPM registry. 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...