gjiazhe / SpringRecyclerView

A RecyclerView With Spring Effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoom only first element/header of recyclerview?

amanzan opened this issue · comments

Great library! Would it be possible to make the zooming effect only for the top-most element of the recyclerview? I'd like to zoom only the "header" when overscrolling

Sorry, this library is unable to implement this effect.
It scales the whole recyclerView rather than each itemView.
So maybe you should find out another way to implement this effect.
Thanks for your issue!