Methods

changeSlide(shift)

Changes current slide to another one with a specified shift of an index. The next slide is 1, the previous slide is -1.

instance.changeSlide(-1);

unbind()

Removes all created markup, a handler and functionality from a source element.

instance.unbind();