I have created a slideshow page of large file pictures using HTML5 and CSS. The problem is they take about a minute to load. If the images haven't completely loaded the slide show will not go to the next slide.
I want to add a progress bar that the user sees while it loads in the background.
This is the base of the code:
http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/
Any suggestions?
I have very limited JavaScript knowledge which is why i'm trying to find HTML5 and CSS3 answers.