looking for a simple jquery script that does a white flash during the transition. so instead of fading from one image to another, it quickly flashes a white image, then transitions to the next image. much more professional i'd say but I can't find an example anywhere. thanks!
yeah I thought of that, but if a new element (image, div, etc.) is loaded really quick, then the actual image would load in very quick as well. I haven't found a script yet with an 'interval' option built in.
So, preload the element first, then fade in a white div - set image to visible, then fade out the white div... it'll be seamless
i'm thinking a possibility would be to fade the image out quickly to display a white colored div, then quickly fade in a new image