Currently I am using <Pager.kt> to complete the ve...
# compose
c
Currently I am using Pager.kt to complete the vertical list. After switching itemPage, I played a zoom fade animation, but I want it to zoom with my scrolling. In ViewPager, there is a PageTransformer, so what should I do in compose?