vote up 0 vote down star

How would you fade in a background image (the body tag, and it is tiled) with jQuery? The background color is white and in a callback function I want to toggle the background image to on and off.

Any ideas?

flag

It might have been worth trying Google first. – Josh Stodola Nov 6 at 22:22

3 Answers

vote up 1 vote down check

Take a look here, one of the first google results by the way.

link|flag
I can't find a reference to backgroundImage. Only backgroundColor... – mistero Nov 6 at 22:48
hmm, I just found this: groups.google.com/group/jquery-en/…, hope it'll help. – Soufiane Hassou Nov 6 at 22:58
well i caved and only using a background color. the image was a subtle grain anyways so it's no biggie ;)! – mistero Nov 6 at 23:15
vote up 0 vote down

Unfortunately you can't really fade in a tiled background image. Since the image is part of the CSS rendering system it doesn't have a node in the DOM.

You can do some fancy stuff by using a frame type animation by moving the position of the background image but this wouldn't work with:

A. a whole body background
B. a tiled image.
link|flag
vote up 0 vote down

Using jQuery for Background Image Animations

link|flag
That looks great. Trying it out now. Will comment in a bit. – mistero Nov 6 at 22:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.