Accessible simple content slider
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
ember install ember-blanc-slider
use
- type of animation, at this moment onlyfade
orfadeSlide
. Defaults tofade
. In the future it should be possible to add custom animations.auto
- Defaults tofalse
, this will auto play the slider
Navigate to the next slide
Navigate to the previous slide
Will auto play the slides
Will stop the auto play
Returns boolean, will be true when auto play
Will show the navigation
You can wrap a custom element and use the following properties to control it: item
, slideAction
, 'isActive', index
You can pass a component name in the customNavigationComponent
param. The following params will automatically passed in and can be used in the component to control the navigation: item
, slideAction
, 'isActive', index
custom-navigate.hbs
This project is licensed under the MIT License.