Hi there!
My image is lacking/choppy when I set it in ion-slide and swipe to right or left. For example, the code below shows the flag of indonesia (red/white) and the white part seems to be rendered faster than the red one. How can I make it slide smoothly? I also tried it with the svg format or by making it a div’s background image but without effect.
I’ll appreciate your help! Thank you in advance!
<ion-content>
<ion-slides>
<ion-slide>
<img src="https://cdn.britannica.com/48/1648-004-644EBE62.jpg" style="height: 200px" style="width: 200px">
</ion-slide>
</ion-slides>
</ion-content>