JavaScript, (I think): Is there a way to make a picture become clear, then fade out, though not completely, like a faint background picture?
Printable View
JavaScript, (I think): Is there a way to make a picture become clear, then fade out, though not completely, like a faint background picture?
I don't think there is.
At least if there is, I've never seen it.
Make a GIF. That would be easier.
There is a 'opacity' css property, but each browser supports it in a different way. These property can be set using css, you could create a timeout that changes the opacity until it is near 0.