h6ah4i/android-advancedrecyclerview

Group collapse animation

Open

#244 opened on May 11, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (5,296 stars) (879 forks)batch import
help wantedquestion

Description

I've been using a custom implementation of this library for a while (so just downloading the latest version would overwrite my customizations).

See the animated GIF below. When collapsing, the "Lab" group disappears and then shows up under "Exams" instead of smoothly moving up beneath it. This used to be a much smoother transition and I'm wondering if someone can help me figure out what's changed in recent Android updates and which classes from this library I need to update to correct this. I've already gone through and tried updating the animator classes, but to no avail. I'd appreciate any tips. Thanks.

Animation of behavior - GIF

Contributor guide