search for: thumb_loading

Displaying 1 result from an estimated 1 matches for "thumb_loading".

2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
...loading overlay placed over them when they''re clicked on. The overlay is set to an opacity of .7.. .The onclick code looks basically does this: var loading = document.createElement(''div''); loading.id = ''loading_image''; $(loading).addClassName(''thumb_loading''); $(''container'').appendChild(loading); Position.clone($(''myThumbnail'').parentNode,$(''loading_image'')); new Effect.Opacity($(''loading_image''),{duration: .2, to: .7}); As long as the loading image is displayed (not jus...