We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153aaaa commit 580b8d5Copy full SHA for 580b8d5
src/components/slides/slides.ts
@@ -396,7 +396,7 @@ export class Slides extends Ion {
396
setTimeout(() => {
397
var swiper = new Swiper(this.getNativeElement().children[0], options);
398
this.slider = swiper;
399
- });
+ }, 300);
400
401
/*
402
* TODO: Finish this
@@ -736,7 +736,7 @@ export class Slides extends Ion {
736
if (this.length() > 10) {
737
this.showPager = false;
738
}
739
740
741
742
/**
0 commit comments