Slideshows for the Church and BW History
The slideshows that I have developed to date seem to give a good start.
The controlled slideshow linked below has a few issues. This page will attempt to resolve some of these.
The "run" speed is too fast on the original slideshow below. I have now added a couple of functions that change the interval (setTimeout) in the original carousel function. At the moment I have it working from the main menu on the page, this makes the mobile menu not as easy to control the speed.
I may want to use the logic and code from my timeline date_slider. At the moment there is no visual indocation of what the interval is currently set. The start interval is 2000mSec.
Current interval is: 2 seconds





More Details
For more information please contact the webmaster.
As stated on other pages it is not a good idea to change too many things at once.
Looking at the code for controlled2, which is based on controlled.html, it looks like I am almost there.
The showSlides() function is running multiple times when the faster and slower options are selected.
The "Next" and the "Previous" functions work well aas long as the "faster" and "slower" are not pressed. The "Pause" function works well except that it pauses on the next slide.