Animating deleting list items in Ionic

Is there any documentation or good examples of animating the deletion of list items from an ion-list or virtualscroll list?

In my app, I use animation to show delete of list item. May be useful to you.

I use a variation of a technique I saw on an egghead.io video. But once Ionic runs off Angular ^4.2, I’m going to switch to stagger animation for inserts, favorites, deletes.