You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
Original issue by @Joselyngab on 2018-10-22T16:11:05Z
Hi, I have an ion-slide and when I have more than 20 images it doesn't makes de transitions correctly. How Could I fix this?
![slide](https://user-images.githubusercontent.com/22640731/47304038-85998480-d5f3-11e8-8cac-6671266b1b89.png)
![slide1](https://user-images.githubusercontent.com/22640731/47304048-892d0b80-d5f3-11e8-8137-2a5bf966f415.png)
Here's my code.
<ion-slides pager="true" id="sliderhome" autoplay="6000" slidesPerView="1" loop="true" effect="coverflow" *ngIf="slides.length" paginationClickable> <ion-slide *ngFor="let slide of slides" > <img src="{{slide}}" imageViewer /> </ion-slide> </ion-slides>
The text was updated successfully, but these errors were encountered: