Fade in list of images, once all are loaded.
Posted
by Nathan Barry
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Barry
Published on 2010-03-07T19:56:11Z
Indexed on
2010/03/13
22:05 UTC
Read the original article
Hit count: 237
I have a group of images in this format:
<ul id="photo-list">
<li><img src="" /></li>
<li><img src="" /></li>
<li><img src="" /></li>
</ul>
My goal is that once all the images have finished loading, then #photo-list will fade in. Also I would like to display a loading animation before the images are loaded. Any help is appreciated!
© Stack Overflow or respective owner