I want to switch between 3 pictures fading in and out between them but i really have no idea how to approach this. So i have
$('<div id="container"></div>').appendTo('body');
$('#container').html('<img src="1.jpg" />').hide().fadeIn(1500);
Where do i go from here ? Multiple suggestions are more then welcomed :D thx
I was thinking of animating to opacity : 1 after the image has loaded or using timeout to pause between images