idunnololz / AnimatedExpandableListView

An extendable, flexible ExpandableListView widget that supports animations.
Apache License 2.0
592 stars 232 forks source link

DummyView animates child view with strange animation #35

Open anotherdev opened 9 years ago

anotherdev commented 9 years ago

The group and child layout are almost identical (except the group expand/collapse indicator). But when group expands or collapses, DummyView animate the children with strange pop in animation from right side (See gif below).

What could have cause this behavior?

animatedexpandablelistview

swellner commented 8 years ago

I have the same problem with a textview. Have you find a solution for this issue?

anotherdev commented 8 years ago

Nope. We kept it invisible until animation ended.