mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
ion-slides
The Slides component is a multi-section container. Each section can be swiped or dragged between. It contains any number of Slide components.
Adopted from Swiper.js:
The most modern mobile touch slider and framework with
hardware accelerated transitions.
http://www.idangero.us/swiper/
Copyright 2016, Vladimir Kharlampidi
The iDangero.us
http://www.idangero.us/
Licensed under MIT
Properties
autoplay
number
control
any
direction
any
effect
string
initialSlide
number
keyboardControl
boolean
loop
boolean
pager
boolean
paginationType
string
parallax
boolean
slidesPerView
any
spaceBetween
number
speed
number
zoom
boolean
Attributes
autoplay
number
control
any
direction
any
effect
string
initialSlide
number
keyboardControl
boolean
loop
boolean
pager
boolean
paginationType
string
parallax
boolean
slidesPerView
any
spaceBetween
number
speed
number
zoom
boolean
Events
ionSlideDidChange
ionSlideDrag
ionSlideNextEnd
ionSlideNextStart
ionSlidePrevEnd
ionSlidePrevStart
ionSlideReachEnd
ionSlideReachStart
ionSlideTouchEnd
ionSlideTouchStart
ionSlideTransitionEnd
ionSlideTransitionStart
ionSlideWillChange
Built by StencilJS