Hello!
Is it possible to fade in / crossfade background images please?
If so, how...
Thank you.
Hello!
Is it possible to fade in / crossfade background images please?
If so, how...
Thank you.
Hi Francisc,
A great way to do these type of effects is with jQuery.
Please take a look at:
http://api.jquery.com/fadeOut/
http://api.jquery.com/fadeIn/
The sites provide a good example of how to do each, simply apply it to your background images.
I hope this helps.
Not unless you're operating on a container (etc) that has a background image set, no. You may want to consider changing "crossfading the background of a single element" to "changing the opacities of more than one container, each of which having their own background image" - that's a more realistic approach with JS.