Note
Note: To view the full list of components, see AdKit Components.
You can configure slide progression in the Gallery component. You can play, stop, and change the order of slide progression in the gallery.
Automatically advances to the next slide based on the default interval or a user-defined interval.
Note
Note: Currently, this method runs only if the autoSlide
property is set to true, or greater than zero.
Advances to the next slide.
If the current slide is the last slide, and the loop property is set to true in the Component configuration object, then the last slide becomes the current slide.
Returns to the previous slide.
If the current slide is the first slide, and the loop property is true in the component configuration object, then the last slide becomes the current slide.
Comments