-
Notifications
You must be signed in to change notification settings - Fork 505
Roadmap v1.0.0
Quinn Langille edited this page Dec 5, 2018
·
1 revision
We currently have a huge number of props on the carousel, a big part of our refactor for v1 will be cleaning this up. Below is proposed implementation, grouping related props into config objects:
Navigation: Object
- clickTarget
- next
- prev
AutoPlay: Object
- timeout
- hoverPause
- direction
PerPage: Object
- scroll
- custom
- perPage
SpacePadding: [ value: number, maxOffset: number ]
Swipe: Object
- resistanceCoef
- mouseDrag
- touchDrag
- swipeDist
AdjustableHeight: [ Enabled: bool, easing: number ]
CenterMode: bool
loop: [ enabled: bool, infinite: bool ]
easing: number
speed: number