fix(slides): update events to match swipers

Closes #14865
This commit is contained in:
Adam LaCombe
2018-07-25 12:04:38 -04:00
committed by mhartington
parent ad006dd1ee
commit fc0d4c0776
5 changed files with 79 additions and 16 deletions

View File

@ -74,6 +74,11 @@ If true, show the scrollbar. Defaults to `false`.
Emitted after the active slide has changed.
#### ionSlideDoubleTap
Emitted when the user double taps on the slide's container.
#### ionSlideDrag
Emitted when the slider is actively being moved.
@ -109,6 +114,11 @@ Emitted when the slider is at the last slide.
Emitted when the slider is at its initial position.
#### ionSlideTap
Emitted when the user taps/clicks on the slide's container.
#### ionSlideTouchEnd
Emitted when the user releases the touch.
@ -134,6 +144,11 @@ Emitted when the slide transition has started.
Emitted before the active slide has changed.
#### ionSlidesDidLoad
Emitted after Swiper initialization
## Methods
#### getActiveIndex()