I have to perform some animation effect on tableView
- section and rows while displaying for the first time. The animation behaviour is illustrated below
On taking a deeper look, the sectionView
slides in from left to right (dark grey). On completion of sectionView
animation, the rows starts to animate (light grey). Basically the rows slides down from the top item, one after the other. Approximately, on 50% completion of row one animation, row two starts to appear. How would I achieve it?