FadingOUT and FadindIn BackgroundImage. How to
Hello all.
I have some images and i would like FadingOut actual image and fadingIn on a new image.
And this procedure is repeating for my 5 background images set.
I try this code but i don't ran good.
Can you help me ?
ps: i am a frenshie so sry for my bad english .
- jQuery(function($) {
- $(document).ready(function() {
- $('#mainFrameCentre') .animate({
- backgroundImage: "images/bg_text.png",
- backgroundRepeat: "no-repeat"
- }
- , 10000);
- });
- });