luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Section expanding animations #114

Closed SillybobXD closed 6 years ago

SillybobXD commented 6 years ago

How can I add an animation when a section is expanded? I want it to be so when I click the header then the items will scroll down while pushing the rest of the views.

Is it possible with your library? couldn't find anything of the sorts in the docs and examples.

luizgrp commented 6 years ago

Closing issue as it's not following any of the issues templates; Please use Stackoverflow.