While working on my Sencha Touch app, I implemented a jQuery animation that transitions background images using CSS. The issue I encountered is that the transition to the next image only happens smoothly after all the images have been fully loaded once. This causes the first round of the slideshow to not change smoothly.
Is there a way to preload the images used as CSS background images? Thank you!