i had this Background Change on Scroll is flickering question for a few days. It will work on my computer. But when I upload it to the server the background images are still flickering while scrolling down the page.
My code looks now like this: (yes maybe there are tooo many images, but i have not idea to improve this)
Snippet of my js code:
function preloadImages() {
for (i = 0; i < arguments.length; i++) {
imgs[i] = new Image();
imgs[i].src = arguments[i];
}
FULL JS CODE :
I hope someone can help me !