i have an image displayed and an animation assigned to it. The image can be swiped left or right to view the next or previous image but the animation only works one time at the first image. i want the animation to work each time the image is changed and also how to implement pinch zoom on the image
<ion-content padding>
<div class=" " (swipe)="swipeEvent($event)" >
<img class="animated fadeInRight " src="{{src}}" />
</div>
</ion-content>