Lazy Loading is when images don't load all at once, but as you reach breakpoints in the page. This can serve a functional purpose (not overloading bandwidth), as well as enhancing visual flair (more visual interest, less static). This was done with the
B-lazy JavaScript Library
.
Scroll down to see how it works.