Ionic list animation repeat

2019-09-10 07:34发布

问题:

I am using Ionic Animation (ionicMaterialMotion) from https://github.com/zachfitz/Ionic-Material

I am animating a list by

<ion-list class="animate-ripple">

The issue is that the animation is played only once, when the tab is first loaded. While switching to other tab and returning, it doesn't animate. I have tried disabling cache for that particular view by

<ion-view cache-view="false">

Any suggestions are welcome.