Add fadeIn and fadeOut effect to image lightbox JQuery?

2 proposed solutions: Soliton 1 FadeOut (with opacity), change image, fade in again. $('#lightbox img#image'). Animate({ opacity: 0}, 500, function(){ $('#lightbox img#image').

Attr('src', image); $('#lightbox img#image'). Animate({ opacity: 1}, 500); }); Soliton 2 As mentioned by bricker, you can use a way as jonraasch.com/blog/a-simple-jquery-slide... does, but to do so I think you can't avoid having two image objects at the same time. I suppose this would be more work for you in order to adopt your slideshow.

But then you could fadein and fadeout at the same time.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions