Navigation
By default Web Slider Player plays Slides one after the other. To play a specific Slide manually, use the Navigation properties.
info
When objects are behind each other, and if all of them have navigation set, only top front object will receive event.
Let's take a look at the root options.
None
None is the default option. When selected, the Object does not listen for user interaction.
Link
Link helps as to open another page.
It has the following properties:
- Event is user interaction we are listening for.
- Target has the same behavior as the target attribute of the html anchor element. It can be:
- _blank opens a page in same window.
- _self opens a page in new tab.
- Url is destination page.
- Cursor to display when the mouse moves over the object. It can be:
- default
- pointer
Slide
Slide option is used to navigate between slides.
Common properties
Some properties are common to almost all configurations.
- Event is user interaction we are listening for.
- Cursor to display when the mouse moves over the object. It can be:
- default
- pointer
Slide has the following variations:
- No or slide index to play.
- Id of the slide to play. Slide ID can be set under
Slide > Basic properties
. - Next slide.
- Prev slide.
- Slider option is used to start or stop the slider.