ngFx Animation in Ionic

Hi @mhartington . Thanks a lot for the effort but this doesn’t solve my problem . I have a multi dimensional array - $scope.cards= [ [ {},{} ] ,[ {},{} ] ];

And on the template : nested ng-repeat

I have this structure to create rows with different number of columns.
For example,
row0- col 0, col1
row1-col0

Is there some way to achieve the same animation effect on this structure?

Thank you :smile: