i have implemented a code that fetch single image from 1000+ images. The image has been changed using ajax call and downloading time of each image varies. How to make this image change with smooth transition from one another i.e without any flicker and ajax processing image
Share
You could pre-select the images you are about to load and store it in a persistent array:
This will tell the DOM to load the image into a JavaScript
Imageobject but to not destroy it unlesspreload_imagesis unset.