Returns the dom element reference of the carousel which was passed into the constructor.
the controlled dom element
Returns the id-attribute value of the carousel.
the id of the controlled dom element
Returns the current index of the carousel. The returned index is a list (array) of indexes that are currently visible (depending on each item width).
a list of visible indexes
Sets the current index of the carousel. To set an index you need to pass an array with at least one element. When passing more than one, the rest will be ignored.
are the upcoming indexes
Returns an array of all child dom elements of the carousel.
a list of elements (child elements of the root element)
Returns the dom element reference of the mask element that wraps the carousel element.
the mask dom element
Returns the index of the current page.
the index of the current page
The carousel instance.