I have a implementation of ListView, Problem in hand is animating childs, upon removal of certain elements from listview. To elaborate further, User can select any number of view from list, and can perform multiple delete, upon delete two things has to be done.
- All those selected item should disappear/delete away from list(Done)
- Once items are deleted, all the remaining view should animate themselves upward toward list filling all the void places.
Animation is again broken down in two sequences.
- Delete child should scale down and subsequently fade away (Done)
- Remaining Item should animate themselves updward filling void places (NEED HELP).
Any help/pointer will be appriciated.
Regards, techfist