wangjiegulu / RapidFloatingActionButton

Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
Apache License 2.0
1.29k stars 253 forks source link

How to animate FAB on scroll of RecylcerView #21

Closed lightencc closed 7 years ago

lightencc commented 7 years ago

https://i.imgur.com/CEtWLA8.gif

If there is a possible to have the same effect like original FAB? Thanks.

wangjiegulu commented 7 years ago

可以的,设置RecyclerView的滚动监听,然后单独为FAB做消失和显示的动画就可以了