mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
committed by
Mike Hartington
parent
4c879900e5
commit
6442dfcf9b
@@ -162,7 +162,7 @@ export class Slides {
|
||||
*/
|
||||
@Method()
|
||||
slideNext(speed?: number, runCallbacks?: boolean) {
|
||||
this.swiper.slideNext(runCallbacks, speed);
|
||||
this.swiper.slideNext(speed, runCallbacks);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -170,7 +170,7 @@ export class Slides {
|
||||
*/
|
||||
@Method()
|
||||
slidePrev(speed?: number, runCallbacks?: boolean) {
|
||||
this.swiper.slidePrev(runCallbacks, speed);
|
||||
this.swiper.slidePrev(speed, runCallbacks);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user