OK I'm making the assumption that if you have fifty images already loaded on a page, and you send the user on an animated scroll across an expanse of them, that there is some performance increase by having them hidden...or am I totally off base there? It seemed to be the case in Flash apps.
Anyway, if I'm not wrong...is there any performance difference between hiding those images with display: none, opacity: 0 or visibility: hidden?