Javascript Image Reloading; flickers -
i have image, out.jpg
, updated more or less every second. want image displayed in html file, , date. original solution reload image every half second. worked fine, image flicker white second while loading.
any solutions?
what tried fix load image separate hidden <img>
tag, , load visible <img>
tag, , let open cache, eliminating flickering. worked part of time, out.jpg
have changed time hidden tag loaded , visible tag loaded it... causing more flickering.
how loading image?
probably preload technique need. can create image in jquery , bind load() event it. when event fires swap img.src of image in html
Comments
Post a Comment