currentSlide
May 14, 2014 ยท View on GitHub
Type: Number
Each slide has a (zero-based) index number. For example, the first slide has an index of 0, the second has an index of 1, and so one. The currentSlide property returns the index number for the current slide.
console.log(mySlider.currentSlide);