ResponsiveSlides.js
ResponsiveSlides.js copied to clipboard
Is there documentation explaining how to achieve the different Nav types?
Maybe I'm missing something but I found it a real puzzle trying to add the "transparent buttons" type of nav. There are demos, but no documentation that I can see.
As far as I can see, you need a note like the following:
- you need the themes.css, not just the responsiveslides.css
- you need to add a container around the
ul
calledrslides_container
- you need to add
transparent-btns
to the class of the rslidesul
- you need to add
transparent-btns
as thenamespace
value in your initialisation function
is that right?