Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

ion-slides not making transitions correct #448

Open
ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Open

ion-slides not making transitions correct #448

ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

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
slide1

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants