Slideshow Previous Button






















Looking in the W3 reference I see that there is also a W3-slideshow() method. I will have to check this out.
The goal here is to hide and display controls depending on what state the slideshow it in.
I have seemed to fix the coding of the Previous button by moving it to the plusSlides() method function. I will have to add this to the template when I get the hide/display working properly.
The logic:
- The "Next" and "Previous" should be initially hidden and display when the slideshow is paused
- The "Pause" button should be hidden when the slideshow is paused.
- The "Resume" button should be hidden if the slideshow is running automatically.
- The "Faster" and "Slower" buttons can be hidden when the slideshow is paused.