I have a question about animating ion-items in ion-list component. In my app, iam loading records from database and then display it in ion-list with *ngfor. The problem is, it is not very pretty, when records i loaded and they all just appear in ion-list at once. Is there any way to make the user experience more “smoother” ? For example by animating the items, that appears in ion-list?